rename namepsaces
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Runtime.CompilerServices;
|
||||
using System.Windows.Forms;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.Administration.GUI
|
||||
namespace Pilz.Updating.Administration.GUI
|
||||
{
|
||||
[DesignerGenerated()]
|
||||
public partial class ApplicationVersionInput : DevComponents.DotNetBar.OfficeForm
|
||||
@@ -139,7 +139,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
|
||||
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.ButtonX_Cancel.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
|
||||
this.ButtonX_Cancel.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
|
||||
this.ButtonX_Cancel.Location = new System.Drawing.Point(170, 89);
|
||||
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.ButtonX_Cancel.Name = "ButtonX_Cancel";
|
||||
@@ -153,7 +153,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
|
||||
this.ButtonX_Okay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ButtonX_Okay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.ButtonX_Okay.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.ButtonX_Okay.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
|
||||
this.ButtonX_Okay.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
|
||||
this.ButtonX_Okay.Location = new System.Drawing.Point(253, 89);
|
||||
this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.ButtonX_Okay.Name = "ButtonX_Okay";
|
||||
|
||||
Reference in New Issue
Block a user