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() { var resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); radLabel1 = new Telerik.WinControls.UI.RadLabel(); radDropDownList_Pads = new Telerik.WinControls.UI.RadDropDownList(); radButton_LoadPads = new Telerik.WinControls.UI.RadButton(); radTextBox_LoadSavestate = new Telerik.WinControls.UI.RadTextBox(); radTextBox_CreateSavestate = new Telerik.WinControls.UI.RadTextBox(); radButton_LoadProfile = new Telerik.WinControls.UI.RadButton(); radButton_SaveProfile = new Telerik.WinControls.UI.RadButton(); radButton_StartStopListening = new Telerik.WinControls.UI.RadButton(); radLabel3 = new Telerik.WinControls.UI.RadLabel(); radLabel2 = new Telerik.WinControls.UI.RadLabel(); tableLayoutPanel1 = new TableLayoutPanel(); ((System.ComponentModel.ISupportInitialize)radLabel1).BeginInit(); ((System.ComponentModel.ISupportInitialize)radDropDownList_Pads).BeginInit(); ((System.ComponentModel.ISupportInitialize)radButton_LoadPads).BeginInit(); ((System.ComponentModel.ISupportInitialize)radTextBox_LoadSavestate).BeginInit(); ((System.ComponentModel.ISupportInitialize)radTextBox_CreateSavestate).BeginInit(); ((System.ComponentModel.ISupportInitialize)radButton_LoadProfile).BeginInit(); ((System.ComponentModel.ISupportInitialize)radButton_SaveProfile).BeginInit(); ((System.ComponentModel.ISupportInitialize)radButton_StartStopListening).BeginInit(); ((System.ComponentModel.ISupportInitialize)radLabel3).BeginInit(); ((System.ComponentModel.ISupportInitialize)radLabel2).BeginInit(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)this).BeginInit(); SuspendLayout(); // // radLabel1 // resources.ApplyResources(radLabel1, "radLabel1"); radLabel1.Name = "radLabel1"; // // // radLabel1.RootElement.MinSize = new Size(0, 24); // // radDropDownList_Pads // resources.ApplyResources(radDropDownList_Pads, "radDropDownList_Pads"); tableLayoutPanel1.SetColumnSpan(radDropDownList_Pads, 2); radDropDownList_Pads.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; radDropDownList_Pads.Name = "radDropDownList_Pads"; radDropDownList_Pads.SelectedIndexChanged += RadDropDownList1_SelectedIndexChanged; // // radButton_LoadPads // resources.ApplyResources(radButton_LoadPads, "radButton_LoadPads"); radButton_LoadPads.Name = "radButton_LoadPads"; radButton_LoadPads.Click += RadButton1_Click; // // radTextBox_LoadSavestate // resources.ApplyResources(radTextBox_LoadSavestate, "radTextBox_LoadSavestate"); radTextBox_LoadSavestate.Name = "radTextBox_LoadSavestate"; radTextBox_LoadSavestate.TextChanged += RadTextBox2_TextChanged; radTextBox_LoadSavestate.Click += RadTextBox_Savestate_Clicked; radTextBox_LoadSavestate.LostFocus += RadTextBox_Savestate_LostFocus; // // radTextBox_CreateSavestate // resources.ApplyResources(radTextBox_CreateSavestate, "radTextBox_CreateSavestate"); radTextBox_CreateSavestate.Name = "radTextBox_CreateSavestate"; radTextBox_CreateSavestate.TextChanged += RadTextBox1_TextChanged; radTextBox_CreateSavestate.Click += RadTextBox_Savestate_Clicked; radTextBox_CreateSavestate.LostFocus += RadTextBox_Savestate_LostFocus; // // radButton_LoadProfile // resources.ApplyResources(radButton_LoadProfile, "radButton_LoadProfile"); radButton_LoadProfile.Name = "radButton_LoadProfile"; radButton_LoadProfile.Click += RadButton4_Click; // // radButton_SaveProfile // resources.ApplyResources(radButton_SaveProfile, "radButton_SaveProfile"); radButton_SaveProfile.Name = "radButton_SaveProfile"; radButton_SaveProfile.Click += RadButton3_Click; // // radButton_StartStopListening // resources.ApplyResources(radButton_StartStopListening, "radButton_StartStopListening"); radButton_StartStopListening.Name = "radButton_StartStopListening"; radButton_StartStopListening.Click += RadButton_StartStopListening_Click; // // radLabel3 // resources.ApplyResources(radLabel3, "radLabel3"); radLabel3.Name = "radLabel3"; // // // radLabel3.RootElement.MinSize = new Size(0, 24); // // radLabel2 // resources.ApplyResources(radLabel2, "radLabel2"); radLabel2.Name = "radLabel2"; // // // radLabel2.RootElement.MinSize = new Size(0, 24); // // tableLayoutPanel1 // resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1"); tableLayoutPanel1.Controls.Add(radButton_LoadPads, 3, 0); tableLayoutPanel1.Controls.Add(radButton_StartStopListening, 4, 0); tableLayoutPanel1.Controls.Add(radButton_SaveProfile, 4, 1); tableLayoutPanel1.Controls.Add(radButton_LoadProfile, 4, 2); tableLayoutPanel1.Controls.Add(radTextBox_LoadSavestate, 1, 2); tableLayoutPanel1.Controls.Add(radLabel1, 0, 0); tableLayoutPanel1.Controls.Add(radTextBox_CreateSavestate, 1, 1); tableLayoutPanel1.Controls.Add(radLabel2, 0, 1); tableLayoutPanel1.Controls.Add(radDropDownList_Pads, 1, 0); tableLayoutPanel1.Controls.Add(radLabel3, 0, 2); tableLayoutPanel1.Name = "tableLayoutPanel1"; // // MainForm // resources.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; Controls.Add(tableLayoutPanel1); Name = "MainForm"; FormClosing += MainForm_FormClosing; Shown += MainForm_Shown; ((System.ComponentModel.ISupportInitialize)radLabel1).EndInit(); ((System.ComponentModel.ISupportInitialize)radDropDownList_Pads).EndInit(); ((System.ComponentModel.ISupportInitialize)radButton_LoadPads).EndInit(); ((System.ComponentModel.ISupportInitialize)radTextBox_LoadSavestate).EndInit(); ((System.ComponentModel.ISupportInitialize)radTextBox_CreateSavestate).EndInit(); ((System.ComponentModel.ISupportInitialize)radButton_LoadProfile).EndInit(); ((System.ComponentModel.ISupportInitialize)radButton_SaveProfile).EndInit(); ((System.ComponentModel.ISupportInitialize)radButton_StartStopListening).EndInit(); ((System.ComponentModel.ISupportInitialize)radLabel3).EndInit(); ((System.ComponentModel.ISupportInitialize)radLabel2).EndInit(); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)this).EndInit(); ResumeLayout(false); } #endregion private Telerik.WinControls.UI.RadLabel radLabel1; private Telerik.WinControls.UI.RadDropDownList radDropDownList_Pads; private Telerik.WinControls.UI.RadButton radButton_LoadPads; 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; private TableLayoutPanel tableLayoutPanel1; } }