270 lines
16 KiB
C#
270 lines
16 KiB
C#
using System;
|
|
|
|
namespace PJ64Savestater
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Windows Form-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
|
|
this.ComboBoxEx_Pads = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.line3 = new DevComponents.DotNetBar.Controls.Line();
|
|
this.line2 = new DevComponents.DotNetBar.Controls.Line();
|
|
this.ButtonX_LoadProfile = new DevComponents.DotNetBar.ButtonX();
|
|
this.ButtonX_SaveProfile = new DevComponents.DotNetBar.ButtonX();
|
|
this.ButtonX_StartStopListening = new DevComponents.DotNetBar.ButtonX();
|
|
this.line1 = new DevComponents.DotNetBar.Controls.Line();
|
|
this.TextBoxX_LoadSavestate = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.TextBoxX_CreateSavestate = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.labelX3 = new DevComponents.DotNetBar.LabelX();
|
|
this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
this.ButtonX_LoadPads = new DevComponents.DotNetBar.ButtonX();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// styleManager1
|
|
//
|
|
this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2016;
|
|
this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(55)))), ((int)(((byte)(58))))));
|
|
//
|
|
// ComboBoxEx_Pads
|
|
//
|
|
resources.ApplyResources(this.ComboBoxEx_Pads, "ComboBoxEx_Pads");
|
|
this.ComboBoxEx_Pads.DisplayMember = "Text";
|
|
this.ComboBoxEx_Pads.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.ComboBoxEx_Pads.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ComboBoxEx_Pads.ForeColor = System.Drawing.Color.Black;
|
|
this.ComboBoxEx_Pads.FormattingEnabled = true;
|
|
this.ComboBoxEx_Pads.Name = "ComboBoxEx_Pads";
|
|
this.ComboBoxEx_Pads.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.ComboBoxEx_Pads.SelectedIndexChanged += new System.EventHandler(this.ComboBoxEx_Pads_SelectedIndexChanged);
|
|
//
|
|
// panel1
|
|
//
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.Controls.Add(this.line3);
|
|
this.panel1.Controls.Add(this.line2);
|
|
this.panel1.Controls.Add(this.ButtonX_LoadProfile);
|
|
this.panel1.Controls.Add(this.ButtonX_SaveProfile);
|
|
this.panel1.Controls.Add(this.ButtonX_StartStopListening);
|
|
this.panel1.Controls.Add(this.line1);
|
|
this.panel1.Controls.Add(this.TextBoxX_LoadSavestate);
|
|
this.panel1.Controls.Add(this.TextBoxX_CreateSavestate);
|
|
this.panel1.Controls.Add(this.labelX3);
|
|
this.panel1.Controls.Add(this.labelX2);
|
|
this.panel1.Controls.Add(this.labelX1);
|
|
this.panel1.Controls.Add(this.ButtonX_LoadPads);
|
|
this.panel1.Controls.Add(this.ComboBoxEx_Pads);
|
|
this.panel1.ForeColor = System.Drawing.Color.Black;
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// line3
|
|
//
|
|
resources.ApplyResources(this.line3, "line3");
|
|
this.line3.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
|
|
this.line3.ForeColor = System.Drawing.Color.Black;
|
|
this.line3.Name = "line3";
|
|
this.line3.VerticalLine = true;
|
|
//
|
|
// line2
|
|
//
|
|
resources.ApplyResources(this.line2, "line2");
|
|
this.line2.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
|
|
this.line2.ForeColor = System.Drawing.Color.Black;
|
|
this.line2.Name = "line2";
|
|
this.line2.VerticalLine = true;
|
|
//
|
|
// ButtonX_LoadProfile
|
|
//
|
|
resources.ApplyResources(this.ButtonX_LoadProfile, "ButtonX_LoadProfile");
|
|
this.ButtonX_LoadProfile.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.ButtonX_LoadProfile.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.ButtonX_LoadProfile.Image = global::PJ64Savestater.Properties.Resources.icons8_opened_folder_16px;
|
|
this.ButtonX_LoadProfile.Name = "ButtonX_LoadProfile";
|
|
this.ButtonX_LoadProfile.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.ButtonX_LoadProfile.Click += new System.EventHandler(this.ButtonX_LoadProfile_Click);
|
|
//
|
|
// ButtonX_SaveProfile
|
|
//
|
|
resources.ApplyResources(this.ButtonX_SaveProfile, "ButtonX_SaveProfile");
|
|
this.ButtonX_SaveProfile.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.ButtonX_SaveProfile.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.ButtonX_SaveProfile.Image = global::PJ64Savestater.Properties.Resources.icons8_save_16px;
|
|
this.ButtonX_SaveProfile.Name = "ButtonX_SaveProfile";
|
|
this.ButtonX_SaveProfile.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.ButtonX_SaveProfile.Click += new System.EventHandler(this.ButtonX_SaveProfile_Click);
|
|
//
|
|
// ButtonX_StartStopListening
|
|
//
|
|
resources.ApplyResources(this.ButtonX_StartStopListening, "ButtonX_StartStopListening");
|
|
this.ButtonX_StartStopListening.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.ButtonX_StartStopListening.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.ButtonX_StartStopListening.Image = global::PJ64Savestater.Properties.Resources.icons8_play_button_circled_16px;
|
|
this.ButtonX_StartStopListening.Name = "ButtonX_StartStopListening";
|
|
this.ButtonX_StartStopListening.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.ButtonX_StartStopListening.Click += new System.EventHandler(this.ButtonX_StartStopListening_Click);
|
|
//
|
|
// line1
|
|
//
|
|
resources.ApplyResources(this.line1, "line1");
|
|
this.line1.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
|
|
this.line1.ForeColor = System.Drawing.Color.Black;
|
|
this.line1.Name = "line1";
|
|
//
|
|
// TextBoxX_LoadSavestate
|
|
//
|
|
resources.ApplyResources(this.TextBoxX_LoadSavestate, "TextBoxX_LoadSavestate");
|
|
this.TextBoxX_LoadSavestate.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.TextBoxX_LoadSavestate.Border.Class = "TextBoxBorder";
|
|
this.TextBoxX_LoadSavestate.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.TextBoxX_LoadSavestate.ButtonCustom.DisplayPosition = ((int)(resources.GetObject("TextBoxX_LoadSavestate.ButtonCustom.DisplayPosition")));
|
|
this.TextBoxX_LoadSavestate.ButtonCustom.Image = ((System.Drawing.Image)(resources.GetObject("TextBoxX_LoadSavestate.ButtonCustom.Image")));
|
|
this.TextBoxX_LoadSavestate.ButtonCustom.Text = resources.GetString("TextBoxX_LoadSavestate.ButtonCustom.Text");
|
|
this.TextBoxX_LoadSavestate.ButtonCustom.Tooltip = resources.GetString("TextBoxX_LoadSavestate.ButtonCustom.Tooltip");
|
|
this.TextBoxX_LoadSavestate.ButtonCustom2.DisplayPosition = ((int)(resources.GetObject("TextBoxX_LoadSavestate.ButtonCustom2.DisplayPosition")));
|
|
this.TextBoxX_LoadSavestate.ButtonCustom2.Image = ((System.Drawing.Image)(resources.GetObject("TextBoxX_LoadSavestate.ButtonCustom2.Image")));
|
|
this.TextBoxX_LoadSavestate.ButtonCustom2.Text = resources.GetString("TextBoxX_LoadSavestate.ButtonCustom2.Text");
|
|
this.TextBoxX_LoadSavestate.ButtonCustom2.Tooltip = resources.GetString("TextBoxX_LoadSavestate.ButtonCustom2.Tooltip");
|
|
this.TextBoxX_LoadSavestate.DisabledBackColor = System.Drawing.Color.White;
|
|
this.TextBoxX_LoadSavestate.ForeColor = System.Drawing.Color.Black;
|
|
this.TextBoxX_LoadSavestate.Name = "TextBoxX_LoadSavestate";
|
|
this.TextBoxX_LoadSavestate.PreventEnterBeep = true;
|
|
this.TextBoxX_LoadSavestate.ReadOnly = true;
|
|
this.TextBoxX_LoadSavestate.Click += new System.EventHandler(this.TextBoxX_Click);
|
|
this.TextBoxX_LoadSavestate.TextChanged += new System.EventHandler(this.TextBoxX_LoadSavestate_TextChanged);
|
|
this.TextBoxX_LoadSavestate.LostFocus += new System.EventHandler(this.TextBoxX_LostFocus_TextChanged);
|
|
//
|
|
// TextBoxX_CreateSavestate
|
|
//
|
|
resources.ApplyResources(this.TextBoxX_CreateSavestate, "TextBoxX_CreateSavestate");
|
|
this.TextBoxX_CreateSavestate.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.TextBoxX_CreateSavestate.Border.Class = "TextBoxBorder";
|
|
this.TextBoxX_CreateSavestate.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.TextBoxX_CreateSavestate.ButtonCustom.DisplayPosition = ((int)(resources.GetObject("TextBoxX_CreateSavestate.ButtonCustom.DisplayPosition")));
|
|
this.TextBoxX_CreateSavestate.ButtonCustom.Image = ((System.Drawing.Image)(resources.GetObject("TextBoxX_CreateSavestate.ButtonCustom.Image")));
|
|
this.TextBoxX_CreateSavestate.ButtonCustom.Text = resources.GetString("TextBoxX_CreateSavestate.ButtonCustom.Text");
|
|
this.TextBoxX_CreateSavestate.ButtonCustom.Tooltip = resources.GetString("TextBoxX_CreateSavestate.ButtonCustom.Tooltip");
|
|
this.TextBoxX_CreateSavestate.ButtonCustom2.DisplayPosition = ((int)(resources.GetObject("TextBoxX_CreateSavestate.ButtonCustom2.DisplayPosition")));
|
|
this.TextBoxX_CreateSavestate.ButtonCustom2.Image = ((System.Drawing.Image)(resources.GetObject("TextBoxX_CreateSavestate.ButtonCustom2.Image")));
|
|
this.TextBoxX_CreateSavestate.ButtonCustom2.Text = resources.GetString("TextBoxX_CreateSavestate.ButtonCustom2.Text");
|
|
this.TextBoxX_CreateSavestate.ButtonCustom2.Tooltip = resources.GetString("TextBoxX_CreateSavestate.ButtonCustom2.Tooltip");
|
|
this.TextBoxX_CreateSavestate.DisabledBackColor = System.Drawing.Color.White;
|
|
this.TextBoxX_CreateSavestate.ForeColor = System.Drawing.Color.Black;
|
|
this.TextBoxX_CreateSavestate.Name = "TextBoxX_CreateSavestate";
|
|
this.TextBoxX_CreateSavestate.PreventEnterBeep = true;
|
|
this.TextBoxX_CreateSavestate.ReadOnly = true;
|
|
this.TextBoxX_CreateSavestate.Click += new System.EventHandler(this.TextBoxX_Click);
|
|
this.TextBoxX_CreateSavestate.TextChanged += new System.EventHandler(this.TextBoxX_CreateSavestate_TextChanged);
|
|
this.TextBoxX_CreateSavestate.LostFocus += new System.EventHandler(this.TextBoxX_LostFocus_TextChanged);
|
|
//
|
|
// labelX3
|
|
//
|
|
resources.ApplyResources(this.labelX3, "labelX3");
|
|
//
|
|
//
|
|
//
|
|
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX3.ForeColor = System.Drawing.Color.Black;
|
|
this.labelX3.Name = "labelX3";
|
|
//
|
|
// labelX2
|
|
//
|
|
resources.ApplyResources(this.labelX2, "labelX2");
|
|
//
|
|
//
|
|
//
|
|
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX2.ForeColor = System.Drawing.Color.Black;
|
|
this.labelX2.Name = "labelX2";
|
|
//
|
|
// labelX1
|
|
//
|
|
resources.ApplyResources(this.labelX1, "labelX1");
|
|
//
|
|
//
|
|
//
|
|
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX1.ForeColor = System.Drawing.Color.Black;
|
|
this.labelX1.Image = global::PJ64Savestater.Properties.Resources.icons8_game_controller_16px;
|
|
this.labelX1.Name = "labelX1";
|
|
//
|
|
// ButtonX_LoadPads
|
|
//
|
|
resources.ApplyResources(this.ButtonX_LoadPads, "ButtonX_LoadPads");
|
|
this.ButtonX_LoadPads.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.ButtonX_LoadPads.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.ButtonX_LoadPads.Image = global::PJ64Savestater.Properties.Resources.icons8_refresh_16px;
|
|
this.ButtonX_LoadPads.Name = "ButtonX_LoadPads";
|
|
this.ButtonX_LoadPads.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.ButtonX_LoadPads.Click += new System.EventHandler(this.ButtonX_LoadPads_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "Form1";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
|
this.Shown += new System.EventHandler(this.Form1_Shown);
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevComponents.DotNetBar.StyleManager styleManager1;
|
|
private DevComponents.DotNetBar.LabelX labelX1;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx ComboBoxEx_Pads;
|
|
private DevComponents.DotNetBar.ButtonX ButtonX_LoadPads;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevComponents.DotNetBar.LabelX labelX2;
|
|
private DevComponents.DotNetBar.LabelX labelX3;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_LoadSavestate;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_CreateSavestate;
|
|
private DevComponents.DotNetBar.Controls.Line line1;
|
|
private DevComponents.DotNetBar.ButtonX ButtonX_StartStopListening;
|
|
private DevComponents.DotNetBar.Controls.Line line2;
|
|
private DevComponents.DotNetBar.ButtonX ButtonX_LoadProfile;
|
|
private DevComponents.DotNetBar.ButtonX ButtonX_SaveProfile;
|
|
private DevComponents.DotNetBar.Controls.Line line3;
|
|
}
|
|
}
|
|
|