remove migration

This commit is contained in:
2022-06-07 14:27:15 +02:00
parent 28e78c8355
commit f8370d9b66
6 changed files with 2137 additions and 659 deletions

View File

@@ -57,18 +57,19 @@ namespace PJ64Savestater
//
// 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;
resources.ApplyResources(this.ComboBoxEx_Pads, "ComboBoxEx_Pads");
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);
@@ -83,7 +84,6 @@ namespace PJ64Savestater
this.panel1.Controls.Add(this.labelX1);
this.panel1.Controls.Add(this.ButtonX_LoadPads);
this.panel1.Controls.Add(this.ComboBoxEx_Pads);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.ForeColor = System.Drawing.Color.Black;
this.panel1.Name = "panel1";
//
@@ -97,38 +97,38 @@ namespace PJ64Savestater
//
// line2
//
resources.ApplyResources(this.line2, "line2");
this.line2.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
this.line2.ForeColor = System.Drawing.Color.Black;
resources.ApplyResources(this.line2, "line2");
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;
resources.ApplyResources(this.ButtonX_LoadProfile, "ButtonX_LoadProfile");
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;
resources.ApplyResources(this.ButtonX_SaveProfile, "ButtonX_SaveProfile");
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;
resources.ApplyResources(this.ButtonX_StartStopListening, "ButtonX_StartStopListening");
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);
@@ -142,15 +142,23 @@ namespace PJ64Savestater
//
// 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;
resources.ApplyResources(this.TextBoxX_LoadSavestate, "TextBoxX_LoadSavestate");
this.TextBoxX_LoadSavestate.Name = "TextBoxX_LoadSavestate";
this.TextBoxX_LoadSavestate.PreventEnterBeep = true;
this.TextBoxX_LoadSavestate.ReadOnly = true;
@@ -160,15 +168,23 @@ namespace PJ64Savestater
//
// 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;
resources.ApplyResources(this.TextBoxX_CreateSavestate, "TextBoxX_CreateSavestate");
this.TextBoxX_CreateSavestate.Name = "TextBoxX_CreateSavestate";
this.TextBoxX_CreateSavestate.PreventEnterBeep = true;
this.TextBoxX_CreateSavestate.ReadOnly = true;
@@ -178,41 +194,41 @@ namespace PJ64Savestater
//
// labelX3
//
resources.ApplyResources(this.labelX3, "labelX3");
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.ForeColor = System.Drawing.Color.Black;
resources.ApplyResources(this.labelX3, "labelX3");
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;
resources.ApplyResources(this.labelX2, "labelX2");
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;
resources.ApplyResources(this.labelX1, "labelX1");
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;
resources.ApplyResources(this.ButtonX_LoadPads, "ButtonX_LoadPads");
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);