rename namepsaces

This commit is contained in:
schedpas
2022-02-09 14:35:55 +01:00
parent af3073ab3b
commit 9fbbc749f3
95 changed files with 326 additions and 376 deletions

View File

@@ -4,7 +4,7 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms; using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
[DesignerGenerated()] [DesignerGenerated()]
public partial class ApplicationVersionInput : DevComponents.DotNetBar.OfficeForm 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.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 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.Location = new System.Drawing.Point(170, 89);
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0); this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Cancel.Name = "ButtonX_Cancel"; 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.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Okay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Okay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Okay.DialogResult = System.Windows.Forms.DialogResult.OK; 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.Location = new System.Drawing.Point(253, 89);
this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0); this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Okay.Name = "ButtonX_Okay"; this.ButtonX_Okay.Name = "ButtonX_Okay";

View File

@@ -2,7 +2,7 @@
using global::DevComponents.Editors; using global::DevComponents.Editors;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
public partial class ApplicationVersionInput public partial class ApplicationVersionInput
{ {

View File

@@ -1,4 +1,4 @@
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
partial class DiscordBotSettingsWindow partial class DiscordBotSettingsWindow
{ {
@@ -136,7 +136,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 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(574, 444); this.ButtonX_Cancel.Location = new System.Drawing.Point(574, 444);
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0); this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Cancel.Name = "ButtonX_Cancel"; this.ButtonX_Cancel.Name = "ButtonX_Cancel";
@@ -150,7 +150,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
this.ButtonX_Okay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_Okay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Okay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Okay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Okay.DialogResult = System.Windows.Forms.DialogResult.OK; 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(657, 444); this.ButtonX_Okay.Location = new System.Drawing.Point(657, 444);
this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0); this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Okay.Name = "ButtonX_Okay"; this.ButtonX_Okay.Name = "ButtonX_Okay";

View File

@@ -6,9 +6,9 @@ using System.Drawing;
using System.Text; using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using DevComponents.DotNetBar; using DevComponents.DotNetBar;
using SM64_ROM_Manager.Updating.Administration.Discord; using Pilz.Updating.Administration.Discord;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
public partial class DiscordBotSettingsWindow : DevComponents.DotNetBar.OfficeForm public partial class DiscordBotSettingsWindow : DevComponents.DotNetBar.OfficeForm
{ {

View File

@@ -1,4 +1,4 @@
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
partial class DiscordPostDialog partial class DiscordPostDialog
{ {
@@ -84,7 +84,7 @@
this.ButtonX_SendMsg.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_SendMsg.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_SendMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ButtonX_SendMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ButtonX_SendMsg.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_SendMsg.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_SendMsg.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_email_send_16px; this.ButtonX_SendMsg.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_email_send_16px;
this.ButtonX_SendMsg.Location = new System.Drawing.Point(469, 3); this.ButtonX_SendMsg.Location = new System.Drawing.Point(469, 3);
this.ButtonX_SendMsg.Name = "ButtonX_SendMsg"; this.ButtonX_SendMsg.Name = "ButtonX_SendMsg";
this.ButtonX_SendMsg.Size = new System.Drawing.Size(75, 23); this.ButtonX_SendMsg.Size = new System.Drawing.Size(75, 23);

View File

@@ -1,6 +1,6 @@
using DevComponents.AdvTree; using DevComponents.AdvTree;
using DevComponents.DotNetBar; using DevComponents.DotNetBar;
using SM64_ROM_Manager.Updating.Administration.Discord; using Pilz.Updating.Administration.Discord;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
@@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
public partial class DiscordPostDialog : OfficeForm public partial class DiscordPostDialog : OfficeForm
{ {

View File

@@ -7,7 +7,7 @@ using System.Reflection;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
public static class General public static class General
{ {

View File

@@ -10,7 +10,7 @@
using System.Diagnostics; using System.Diagnostics;
namespace SM64_ROM_Manager.Updating.Administration.GUI.My namespace Pilz.Updating.Administration.GUI.My
{ {
// HINWEIS: Diese Datei wird automatisch generiert und darf nicht direkt bearbeitet werden. Wenn Sie Änderungen vornehmen möchten // HINWEIS: Diese Datei wird automatisch generiert und darf nicht direkt bearbeitet werden. Wenn Sie Änderungen vornehmen möchten

View File

@@ -2,7 +2,7 @@
using global::System.ComponentModel; using global::System.ComponentModel;
using global::System.Diagnostics; using global::System.Diagnostics;
namespace SM64_ROM_Manager.Updating.Administration.GUI.My namespace Pilz.Updating.Administration.GUI.My
{ {
internal static partial class MyProject internal static partial class MyProject
{ {

View File

@@ -11,7 +11,7 @@ using Microsoft.VisualBasic;
/* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */ /* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */
/* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */ /* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */
namespace SM64_ROM_Manager.Updating.Administration.GUI.My namespace Pilz.Updating.Administration.GUI.My
{ {
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */

View File

@@ -10,7 +10,7 @@ using System.Xml.Linq;
using Microsoft.VisualBasic; using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI.My namespace Pilz.Updating.Administration.GUI.My
{ {
[Embedded()] [Embedded()]
[DebuggerNonUserCode()] [DebuggerNonUserCode()]

View File

@@ -5,7 +5,7 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms; using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
[DesignerGenerated()] [DesignerGenerated()]
public partial class PackageCreationDialog : DevComponents.DotNetBar.RibbonForm public partial class PackageCreationDialog : DevComponents.DotNetBar.RibbonForm
@@ -317,7 +317,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_AddExtension // ButtonItem_Pkg_AddExtension
// //
this.ButtonItem_Pkg_AddExtension.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_Pkg_AddExtension.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_Pkg_AddExtension.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_merge_files_32px; this.ButtonItem_Pkg_AddExtension.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_merge_files_32px;
this.ButtonItem_Pkg_AddExtension.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_Pkg_AddExtension.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_Pkg_AddExtension.Name = "ButtonItem_Pkg_AddExtension"; this.ButtonItem_Pkg_AddExtension.Name = "ButtonItem_Pkg_AddExtension";
this.ButtonItem_Pkg_AddExtension.SubItemsExpandWidth = 14; this.ButtonItem_Pkg_AddExtension.SubItemsExpandWidth = 14;
@@ -327,7 +327,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_RemoveExtension // ButtonItem_Pkg_RemoveExtension
// //
this.ButtonItem_Pkg_RemoveExtension.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_Pkg_RemoveExtension.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_Pkg_RemoveExtension.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_32px_1; this.ButtonItem_Pkg_RemoveExtension.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_32px_1;
this.ButtonItem_Pkg_RemoveExtension.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_Pkg_RemoveExtension.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_Pkg_RemoveExtension.Name = "ButtonItem_Pkg_RemoveExtension"; this.ButtonItem_Pkg_RemoveExtension.Name = "ButtonItem_Pkg_RemoveExtension";
this.ButtonItem_Pkg_RemoveExtension.SubItemsExpandWidth = 14; this.ButtonItem_Pkg_RemoveExtension.SubItemsExpandWidth = 14;
@@ -370,7 +370,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_SelectFileFolder // ButtonItem_Pkg_SelectFileFolder
// //
this.ButtonItem_Pkg_SelectFileFolder.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_Pkg_SelectFileFolder.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_Pkg_SelectFileFolder.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_opened_folder_32px; this.ButtonItem_Pkg_SelectFileFolder.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_opened_folder_32px;
this.ButtonItem_Pkg_SelectFileFolder.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_Pkg_SelectFileFolder.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_Pkg_SelectFileFolder.Name = "ButtonItem_Pkg_SelectFileFolder"; this.ButtonItem_Pkg_SelectFileFolder.Name = "ButtonItem_Pkg_SelectFileFolder";
this.ButtonItem_Pkg_SelectFileFolder.SubItemsExpandWidth = 14; this.ButtonItem_Pkg_SelectFileFolder.SubItemsExpandWidth = 14;
@@ -380,7 +380,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_RemoveFileFolder // ButtonItem_Pkg_RemoveFileFolder
// //
this.ButtonItem_Pkg_RemoveFileFolder.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_Pkg_RemoveFileFolder.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_Pkg_RemoveFileFolder.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_32px_1; this.ButtonItem_Pkg_RemoveFileFolder.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_32px_1;
this.ButtonItem_Pkg_RemoveFileFolder.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_Pkg_RemoveFileFolder.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_Pkg_RemoveFileFolder.Name = "ButtonItem_Pkg_RemoveFileFolder"; this.ButtonItem_Pkg_RemoveFileFolder.Name = "ButtonItem_Pkg_RemoveFileFolder";
this.ButtonItem_Pkg_RemoveFileFolder.SubItemsExpandWidth = 14; this.ButtonItem_Pkg_RemoveFileFolder.SubItemsExpandWidth = 14;
@@ -423,7 +423,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_Export // ButtonItem_Pkg_Export
// //
this.ButtonItem_Pkg_Export.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_Pkg_Export.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_Pkg_Export.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_export_32px_3; this.ButtonItem_Pkg_Export.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_export_32px_3;
this.ButtonItem_Pkg_Export.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_Pkg_Export.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_Pkg_Export.Name = "ButtonItem_Pkg_Export"; this.ButtonItem_Pkg_Export.Name = "ButtonItem_Pkg_Export";
this.ButtonItem_Pkg_Export.SubItemsExpandWidth = 14; this.ButtonItem_Pkg_Export.SubItemsExpandWidth = 14;
@@ -433,7 +433,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_UploadPackage // ButtonItem_UploadPackage
// //
this.ButtonItem_UploadPackage.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_UploadPackage.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_UploadPackage.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_32px; this.ButtonItem_UploadPackage.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_32px;
this.ButtonItem_UploadPackage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_UploadPackage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_UploadPackage.Name = "ButtonItem_UploadPackage"; this.ButtonItem_UploadPackage.Name = "ButtonItem_UploadPackage";
this.ButtonItem_UploadPackage.SubItemsExpandWidth = 14; this.ButtonItem_UploadPackage.SubItemsExpandWidth = 14;
@@ -478,7 +478,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_NewTemplate // ButtonItem_Pkg_NewTemplate
// //
this.ButtonItem_Pkg_NewTemplate.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_Pkg_NewTemplate.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_Pkg_NewTemplate.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_new_file_32px; this.ButtonItem_Pkg_NewTemplate.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_new_file_32px;
this.ButtonItem_Pkg_NewTemplate.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_Pkg_NewTemplate.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_Pkg_NewTemplate.Name = "ButtonItem_Pkg_NewTemplate"; this.ButtonItem_Pkg_NewTemplate.Name = "ButtonItem_Pkg_NewTemplate";
this.ButtonItem_Pkg_NewTemplate.SubItemsExpandWidth = 14; this.ButtonItem_Pkg_NewTemplate.SubItemsExpandWidth = 14;
@@ -488,7 +488,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_OpenTemplate // ButtonItem_Pkg_OpenTemplate
// //
this.ButtonItem_Pkg_OpenTemplate.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_Pkg_OpenTemplate.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_Pkg_OpenTemplate.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_template_32px; this.ButtonItem_Pkg_OpenTemplate.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_template_32px;
this.ButtonItem_Pkg_OpenTemplate.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_Pkg_OpenTemplate.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_Pkg_OpenTemplate.Name = "ButtonItem_Pkg_OpenTemplate"; this.ButtonItem_Pkg_OpenTemplate.Name = "ButtonItem_Pkg_OpenTemplate";
this.ButtonItem_Pkg_OpenTemplate.SubItemsExpandWidth = 14; this.ButtonItem_Pkg_OpenTemplate.SubItemsExpandWidth = 14;
@@ -498,7 +498,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_SaveTemplate // ButtonItem_Pkg_SaveTemplate
// //
this.ButtonItem_Pkg_SaveTemplate.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_Pkg_SaveTemplate.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_Pkg_SaveTemplate.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_save_32px; this.ButtonItem_Pkg_SaveTemplate.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_save_32px;
this.ButtonItem_Pkg_SaveTemplate.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_Pkg_SaveTemplate.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_Pkg_SaveTemplate.Name = "ButtonItem_Pkg_SaveTemplate"; this.ButtonItem_Pkg_SaveTemplate.Name = "ButtonItem_Pkg_SaveTemplate";
this.ButtonItem_Pkg_SaveTemplate.SubItemsExpandWidth = 14; this.ButtonItem_Pkg_SaveTemplate.SubItemsExpandWidth = 14;
@@ -508,7 +508,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_SaveTemplateAs // ButtonItem_Pkg_SaveTemplateAs
// //
this.ButtonItem_Pkg_SaveTemplateAs.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_Pkg_SaveTemplateAs.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_Pkg_SaveTemplateAs.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_save_as_32px; this.ButtonItem_Pkg_SaveTemplateAs.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_save_as_32px;
this.ButtonItem_Pkg_SaveTemplateAs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_Pkg_SaveTemplateAs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_Pkg_SaveTemplateAs.Name = "ButtonItem_Pkg_SaveTemplateAs"; this.ButtonItem_Pkg_SaveTemplateAs.Name = "ButtonItem_Pkg_SaveTemplateAs";
this.ButtonItem_Pkg_SaveTemplateAs.SubItemsExpandWidth = 14; this.ButtonItem_Pkg_SaveTemplateAs.SubItemsExpandWidth = 14;

View File

@@ -9,10 +9,10 @@ using global::DevComponents.Editors;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
using global::Microsoft.WindowsAPICodePack.Dialogs; using global::Microsoft.WindowsAPICodePack.Dialogs;
using Z.Collections.Extensions; using Z.Collections.Extensions;
using SM64_ROM_Manager.Updating.Administration.Packaging; using Pilz.Updating.Administration.Packaging;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
public partial class PackageCreationDialog public partial class PackageCreationDialog
{ {

View File

@@ -4,7 +4,7 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms; using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
[DesignerGenerated()] [DesignerGenerated()]
public partial class PackageDescriptionEditor : DevComponents.DotNetBar.OfficeForm public partial class PackageDescriptionEditor : DevComponents.DotNetBar.OfficeForm
@@ -82,7 +82,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 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(222, 284); this.ButtonX_Cancel.Location = new System.Drawing.Point(222, 284);
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0); this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Cancel.Name = "ButtonX_Cancel"; this.ButtonX_Cancel.Name = "ButtonX_Cancel";
@@ -96,7 +96,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
this.ButtonX_Okay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_Okay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Okay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Okay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Okay.DialogResult = System.Windows.Forms.DialogResult.OK; 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(305, 284); this.ButtonX_Okay.Location = new System.Drawing.Point(305, 284);
this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0); this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Okay.Name = "ButtonX_Okay"; this.ButtonX_Okay.Name = "ButtonX_Okay";

View File

@@ -3,7 +3,7 @@ using DevComponents.DotNetBar;
using global::DevComponents.Editors; using global::DevComponents.Editors;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
public partial class PackageDescriptionEditor public partial class PackageDescriptionEditor
{ {

View File

@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<StartupObject>SM64_ROM_Manager.Updating.Administration.GUI.My.MyApplication</StartupObject> <StartupObject>Pilz.Updating.Administration.GUI.My.MyApplication</StartupObject>
<RootNamespace>SM64_ROM_Manager.Updating.Administration.GUI</RootNamespace> <RootNamespace>Pilz.Updating.Administration.GUI</RootNamespace>
<MyType>WindowsForms</MyType> <MyType>WindowsForms</MyType>
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -187,7 +187,7 @@
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="Properties\Resources.resx"> <EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<CustomToolNamespace>SM64_ROM_Manager.Updating.Administration.GUI.My.Resources</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.Administration.GUI.My.Resources</CustomToolNamespace>
<SubType>Designer</SubType> <SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource> </EmbeddedResource>
@@ -201,7 +201,7 @@
<DependentUpon>UpdateServerInfoEditor.cs</DependentUpon> <DependentUpon>UpdateServerInfoEditor.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="UpdatingAdministrationLangRes.resx"> <EmbeddedResource Update="UpdatingAdministrationLangRes.resx">
<CustomToolNamespace>SM64_ROM_Manager.Updating.Administration.GUI.My.Resources</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.Administration.GUI.My.Resources</CustomToolNamespace>
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>UpdatingAdministrationLangRes.Designer.cs</LastGenOutput> <LastGenOutput>UpdatingAdministrationLangRes.Designer.cs</LastGenOutput>
</EmbeddedResource> </EmbeddedResource>
@@ -213,7 +213,7 @@
</None> </None>
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator> <Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>SM64_ROM_Manager.Updating.Administration.GUI.My</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.Administration.GUI.My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.cs</LastGenOutput> <LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None> </None>
</ItemGroup> </ItemGroup>

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources { namespace Pilz.Updating.Administration.GUI.My.Resources {
using System; using System;
@@ -19,7 +19,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources {
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources { internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Administration.GUI.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Administration.GUI.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.Administration.GUI.My { namespace Pilz.Updating.Administration.GUI.My {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@@ -1,4 +1,4 @@
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
partial class ProxyConfigEditor partial class ProxyConfigEditor
{ {
@@ -111,7 +111,7 @@
this.ButtonX_OK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_OK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_OK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_OK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_OK.DialogResult = System.Windows.Forms.DialogResult.OK; this.ButtonX_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.ButtonX_OK.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px; this.ButtonX_OK.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.ButtonX_OK.Location = new System.Drawing.Point(403, 90); this.ButtonX_OK.Location = new System.Drawing.Point(403, 90);
this.ButtonX_OK.Margin = new System.Windows.Forms.Padding(0); this.ButtonX_OK.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_OK.Name = "ButtonX_OK"; this.ButtonX_OK.Name = "ButtonX_OK";
@@ -126,7 +126,7 @@
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 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(303, 90); this.ButtonX_Cancel.Location = new System.Drawing.Point(303, 90);
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0); this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Cancel.Name = "ButtonX_Cancel"; this.ButtonX_Cancel.Name = "ButtonX_Cancel";

View File

@@ -9,7 +9,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
public partial class ProxyConfigEditor : OfficeForm public partial class ProxyConfigEditor : OfficeForm
{ {

View File

@@ -5,7 +5,7 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms; using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
[DesignerGenerated()] [DesignerGenerated()]
public partial class ToolSelectionWindow : DevComponents.DotNetBar.OfficeForm public partial class ToolSelectionWindow : DevComponents.DotNetBar.OfficeForm
@@ -96,7 +96,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
this.ButtonX_LoadProject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.ButtonX_LoadProject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.ButtonX_LoadProject.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_LoadProject.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_LoadProject.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_opened_folder_16px; this.ButtonX_LoadProject.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_opened_folder_16px;
this.ButtonX_LoadProject.Location = new System.Drawing.Point(3, 32); this.ButtonX_LoadProject.Location = new System.Drawing.Point(3, 32);
this.ButtonX_LoadProject.Name = "ButtonX_LoadProject"; this.ButtonX_LoadProject.Name = "ButtonX_LoadProject";
this.ButtonX_LoadProject.Size = new System.Drawing.Size(169, 23); this.ButtonX_LoadProject.Size = new System.Drawing.Size(169, 23);
@@ -111,7 +111,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
this.ButtonX_NewProject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.ButtonX_NewProject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.ButtonX_NewProject.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_NewProject.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_NewProject.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_new_file_16px; this.ButtonX_NewProject.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_new_file_16px;
this.ButtonX_NewProject.Location = new System.Drawing.Point(3, 3); this.ButtonX_NewProject.Location = new System.Drawing.Point(3, 3);
this.ButtonX_NewProject.Name = "ButtonX_NewProject"; this.ButtonX_NewProject.Name = "ButtonX_NewProject";
this.ButtonX_NewProject.Size = new System.Drawing.Size(169, 23); this.ButtonX_NewProject.Size = new System.Drawing.Size(169, 23);
@@ -160,7 +160,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
this.ButtonX_Einstellungen.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_Einstellungen.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Einstellungen.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Einstellungen.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Einstellungen.Dock = System.Windows.Forms.DockStyle.Fill; this.ButtonX_Einstellungen.Dock = System.Windows.Forms.DockStyle.Fill;
this.ButtonX_Einstellungen.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_support_32px_1; this.ButtonX_Einstellungen.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_support_32px_1;
this.ButtonX_Einstellungen.Location = new System.Drawing.Point(3, 139); this.ButtonX_Einstellungen.Location = new System.Drawing.Point(3, 139);
this.ButtonX_Einstellungen.Name = "ButtonX_Einstellungen"; this.ButtonX_Einstellungen.Name = "ButtonX_Einstellungen";
this.ButtonX_Einstellungen.Size = new System.Drawing.Size(202, 64); this.ButtonX_Einstellungen.Size = new System.Drawing.Size(202, 64);
@@ -175,7 +175,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
this.ButtonX_OpenUpdatePackageEditor.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_OpenUpdatePackageEditor.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_OpenUpdatePackageEditor.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_OpenUpdatePackageEditor.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_OpenUpdatePackageEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.ButtonX_OpenUpdatePackageEditor.Dock = System.Windows.Forms.DockStyle.Fill;
this.ButtonX_OpenUpdatePackageEditor.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_open_box_32px; this.ButtonX_OpenUpdatePackageEditor.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_open_box_32px;
this.ButtonX_OpenUpdatePackageEditor.Location = new System.Drawing.Point(3, 71); this.ButtonX_OpenUpdatePackageEditor.Location = new System.Drawing.Point(3, 71);
this.ButtonX_OpenUpdatePackageEditor.Name = "ButtonX_OpenUpdatePackageEditor"; this.ButtonX_OpenUpdatePackageEditor.Name = "ButtonX_OpenUpdatePackageEditor";
this.ButtonX_OpenUpdatePackageEditor.Size = new System.Drawing.Size(202, 62); this.ButtonX_OpenUpdatePackageEditor.Size = new System.Drawing.Size(202, 62);
@@ -190,7 +190,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
this.ButtonX_OpenUpdateInfoManager.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_OpenUpdateInfoManager.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_OpenUpdateInfoManager.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_OpenUpdateInfoManager.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_OpenUpdateInfoManager.Dock = System.Windows.Forms.DockStyle.Fill; this.ButtonX_OpenUpdateInfoManager.Dock = System.Windows.Forms.DockStyle.Fill;
this.ButtonX_OpenUpdateInfoManager.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_administrative_tools_32px; this.ButtonX_OpenUpdateInfoManager.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_administrative_tools_32px;
this.ButtonX_OpenUpdateInfoManager.Location = new System.Drawing.Point(3, 3); this.ButtonX_OpenUpdateInfoManager.Location = new System.Drawing.Point(3, 3);
this.ButtonX_OpenUpdateInfoManager.Name = "ButtonX_OpenUpdateInfoManager"; this.ButtonX_OpenUpdateInfoManager.Name = "ButtonX_OpenUpdateInfoManager";
this.ButtonX_OpenUpdateInfoManager.Size = new System.Drawing.Size(202, 62); this.ButtonX_OpenUpdateInfoManager.Size = new System.Drawing.Size(202, 62);

View File

@@ -2,7 +2,7 @@
using System.IO; using System.IO;
using System.Windows.Forms; using System.Windows.Forms;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
public partial class ToolSelectionWindow public partial class ToolSelectionWindow
{ {

View File

@@ -5,7 +5,7 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms; using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
[DesignerGenerated()] [DesignerGenerated()]
public partial class UpdateManagerWindow : DevComponents.DotNetBar.RibbonForm public partial class UpdateManagerWindow : DevComponents.DotNetBar.RibbonForm
@@ -402,7 +402,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_OpenPackageCreationDialog // ButtonItem_OpenPackageCreationDialog
// //
this.ButtonItem_OpenPackageCreationDialog.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_OpenPackageCreationDialog.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_OpenPackageCreationDialog.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_open_box_32px; this.ButtonItem_OpenPackageCreationDialog.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_open_box_32px;
this.ButtonItem_OpenPackageCreationDialog.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_OpenPackageCreationDialog.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_OpenPackageCreationDialog.Name = "ButtonItem_OpenPackageCreationDialog"; this.ButtonItem_OpenPackageCreationDialog.Name = "ButtonItem_OpenPackageCreationDialog";
this.ButtonItem_OpenPackageCreationDialog.SubItemsExpandWidth = 14; this.ButtonItem_OpenPackageCreationDialog.SubItemsExpandWidth = 14;
@@ -445,7 +445,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_UploadUpdateConfiguration // ButtonItem_UploadUpdateConfiguration
// //
this.ButtonItem_UploadUpdateConfiguration.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_UploadUpdateConfiguration.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_UploadUpdateConfiguration.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_upload_32px; this.ButtonItem_UploadUpdateConfiguration.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_upload_32px;
this.ButtonItem_UploadUpdateConfiguration.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_UploadUpdateConfiguration.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_UploadUpdateConfiguration.Name = "ButtonItem_UploadUpdateConfiguration"; this.ButtonItem_UploadUpdateConfiguration.Name = "ButtonItem_UploadUpdateConfiguration";
this.ButtonItem_UploadUpdateConfiguration.SubItemsExpandWidth = 14; this.ButtonItem_UploadUpdateConfiguration.SubItemsExpandWidth = 14;
@@ -455,7 +455,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_ExportUpdateConfiguration // ButtonItem_ExportUpdateConfiguration
// //
this.ButtonItem_ExportUpdateConfiguration.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_ExportUpdateConfiguration.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_ExportUpdateConfiguration.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_export_32px_3; this.ButtonItem_ExportUpdateConfiguration.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_export_32px_3;
this.ButtonItem_ExportUpdateConfiguration.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_ExportUpdateConfiguration.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_ExportUpdateConfiguration.Name = "ButtonItem_ExportUpdateConfiguration"; this.ButtonItem_ExportUpdateConfiguration.Name = "ButtonItem_ExportUpdateConfiguration";
this.ButtonItem_ExportUpdateConfiguration.SubItemsExpandWidth = 14; this.ButtonItem_ExportUpdateConfiguration.SubItemsExpandWidth = 14;
@@ -498,7 +498,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_ProjectOptions // ButtonItem_ProjectOptions
// //
this.ButtonItem_ProjectOptions.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_ProjectOptions.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_ProjectOptions.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_support_32px_1; this.ButtonItem_ProjectOptions.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_support_32px_1;
this.ButtonItem_ProjectOptions.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_ProjectOptions.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_ProjectOptions.Name = "ButtonItem_ProjectOptions"; this.ButtonItem_ProjectOptions.Name = "ButtonItem_ProjectOptions";
this.ButtonItem_ProjectOptions.SubItemsExpandWidth = 14; this.ButtonItem_ProjectOptions.SubItemsExpandWidth = 14;
@@ -508,7 +508,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_ProxyConfig // ButtonItem_ProxyConfig
// //
this.ButtonItem_ProxyConfig.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_ProxyConfig.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_ProxyConfig.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_firewall_32px; this.ButtonItem_ProxyConfig.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_firewall_32px;
this.ButtonItem_ProxyConfig.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_ProxyConfig.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_ProxyConfig.Name = "ButtonItem_ProxyConfig"; this.ButtonItem_ProxyConfig.Name = "ButtonItem_ProxyConfig";
this.ButtonItem_ProxyConfig.SubItemsExpandWidth = 14; this.ButtonItem_ProxyConfig.SubItemsExpandWidth = 14;
@@ -552,7 +552,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_NewProject // ButtonItem_NewProject
// //
this.ButtonItem_NewProject.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_NewProject.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_NewProject.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_new_file_32px; this.ButtonItem_NewProject.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_new_file_32px;
this.ButtonItem_NewProject.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_NewProject.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_NewProject.Name = "ButtonItem_NewProject"; this.ButtonItem_NewProject.Name = "ButtonItem_NewProject";
this.ButtonItem_NewProject.SubItemsExpandWidth = 14; this.ButtonItem_NewProject.SubItemsExpandWidth = 14;
@@ -562,7 +562,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_OpenProject // ButtonItem_OpenProject
// //
this.ButtonItem_OpenProject.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_OpenProject.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_OpenProject.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_opened_folder_32px; this.ButtonItem_OpenProject.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_opened_folder_32px;
this.ButtonItem_OpenProject.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_OpenProject.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_OpenProject.Name = "ButtonItem_OpenProject"; this.ButtonItem_OpenProject.Name = "ButtonItem_OpenProject";
this.ButtonItem_OpenProject.SubItemsExpandWidth = 14; this.ButtonItem_OpenProject.SubItemsExpandWidth = 14;
@@ -572,7 +572,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_SaveProject // ButtonItem_SaveProject
// //
this.ButtonItem_SaveProject.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_SaveProject.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_SaveProject.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_save_32px; this.ButtonItem_SaveProject.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_save_32px;
this.ButtonItem_SaveProject.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_SaveProject.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_SaveProject.Name = "ButtonItem_SaveProject"; this.ButtonItem_SaveProject.Name = "ButtonItem_SaveProject";
this.ButtonItem_SaveProject.SubItemsExpandWidth = 14; this.ButtonItem_SaveProject.SubItemsExpandWidth = 14;
@@ -641,7 +641,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_PostMsgInDiscord // ButtonItem_PostMsgInDiscord
// //
this.ButtonItem_PostMsgInDiscord.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_PostMsgInDiscord.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_PostMsgInDiscord.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_discord_new_logo_32px; this.ButtonItem_PostMsgInDiscord.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_discord_new_logo_32px;
this.ButtonItem_PostMsgInDiscord.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_PostMsgInDiscord.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_PostMsgInDiscord.Name = "ButtonItem_PostMsgInDiscord"; this.ButtonItem_PostMsgInDiscord.Name = "ButtonItem_PostMsgInDiscord";
this.ButtonItem_PostMsgInDiscord.SubItemsExpandWidth = 14; this.ButtonItem_PostMsgInDiscord.SubItemsExpandWidth = 14;
@@ -651,7 +651,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_BotSettings // ButtonItem_BotSettings
// //
this.ButtonItem_BotSettings.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_BotSettings.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_BotSettings.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_administrative_tools_32px; this.ButtonItem_BotSettings.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_administrative_tools_32px;
this.ButtonItem_BotSettings.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_BotSettings.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_BotSettings.Name = "ButtonItem_BotSettings"; this.ButtonItem_BotSettings.Name = "ButtonItem_BotSettings";
this.ButtonItem_BotSettings.SubItemsExpandWidth = 14; this.ButtonItem_BotSettings.SubItemsExpandWidth = 14;
@@ -695,7 +695,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_ChangeVersion // ButtonItem_ChangeVersion
// //
this.ButtonItem_ChangeVersion.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_ChangeVersion.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_ChangeVersion.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_edit_property_32px; this.ButtonItem_ChangeVersion.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_edit_property_32px;
this.ButtonItem_ChangeVersion.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_ChangeVersion.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_ChangeVersion.Name = "ButtonItem_ChangeVersion"; this.ButtonItem_ChangeVersion.Name = "ButtonItem_ChangeVersion";
this.ButtonItem_ChangeVersion.SubItemsExpandWidth = 14; this.ButtonItem_ChangeVersion.SubItemsExpandWidth = 14;
@@ -705,7 +705,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_EditDescription // ButtonItem_EditDescription
// //
this.ButtonItem_EditDescription.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_EditDescription.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_EditDescription.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_edit_file_32px; this.ButtonItem_EditDescription.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_edit_file_32px;
this.ButtonItem_EditDescription.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_EditDescription.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_EditDescription.Name = "ButtonItem_EditDescription"; this.ButtonItem_EditDescription.Name = "ButtonItem_EditDescription";
this.ButtonItem_EditDescription.SubItemsExpandWidth = 14; this.ButtonItem_EditDescription.SubItemsExpandWidth = 14;
@@ -715,7 +715,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_RemovePackage // ButtonItem_RemovePackage
// //
this.ButtonItem_RemovePackage.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_RemovePackage.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_RemovePackage.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_32px_1; this.ButtonItem_RemovePackage.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_32px_1;
this.ButtonItem_RemovePackage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_RemovePackage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_RemovePackage.Name = "ButtonItem_RemovePackage"; this.ButtonItem_RemovePackage.Name = "ButtonItem_RemovePackage";
this.ButtonItem_RemovePackage.SubItemsExpandWidth = 14; this.ButtonItem_RemovePackage.SubItemsExpandWidth = 14;
@@ -758,7 +758,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_CreateAndUploadPackage // ButtonItem_CreateAndUploadPackage
// //
this.ButtonItem_CreateAndUploadPackage.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_CreateAndUploadPackage.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_CreateAndUploadPackage.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_open_box_32px; this.ButtonItem_CreateAndUploadPackage.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_open_box_32px;
this.ButtonItem_CreateAndUploadPackage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_CreateAndUploadPackage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_CreateAndUploadPackage.Name = "ButtonItem_CreateAndUploadPackage"; this.ButtonItem_CreateAndUploadPackage.Name = "ButtonItem_CreateAndUploadPackage";
this.ButtonItem_CreateAndUploadPackage.SubItemsExpandWidth = 14; this.ButtonItem_CreateAndUploadPackage.SubItemsExpandWidth = 14;
@@ -768,7 +768,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_UploadExistingPackage // ButtonItem_UploadExistingPackage
// //
this.ButtonItem_UploadExistingPackage.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.ButtonItem_UploadExistingPackage.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButtonItem_UploadExistingPackage.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_upload_32px; this.ButtonItem_UploadExistingPackage.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_upload_32px;
this.ButtonItem_UploadExistingPackage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.ButtonItem_UploadExistingPackage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.ButtonItem_UploadExistingPackage.Name = "ButtonItem_UploadExistingPackage"; this.ButtonItem_UploadExistingPackage.Name = "ButtonItem_UploadExistingPackage";
this.ButtonItem_UploadExistingPackage.SubItemsExpandWidth = 14; this.ButtonItem_UploadExistingPackage.SubItemsExpandWidth = 14;

View File

@@ -10,9 +10,9 @@ using Microsoft.VisualBasic.CompilerServices;
using global::Microsoft.WindowsAPICodePack.Dialogs; using global::Microsoft.WindowsAPICodePack.Dialogs;
using Z.Collections.Extensions; using Z.Collections.Extensions;
using System.Threading.Tasks; using System.Threading.Tasks;
using SM64_ROM_Manager.Updating.Administration.Discord; using Pilz.Updating.Administration.Discord;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
public partial class UpdateManagerWindow public partial class UpdateManagerWindow
{ {

View File

@@ -1,4 +1,4 @@
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
partial class UpdateServerInfoEditor partial class UpdateServerInfoEditor
{ {
@@ -174,7 +174,7 @@
this.ButtonX_OK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_OK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_OK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_OK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_OK.DialogResult = System.Windows.Forms.DialogResult.OK; this.ButtonX_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.ButtonX_OK.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px; this.ButtonX_OK.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.ButtonX_OK.Location = new System.Drawing.Point(403, 174); this.ButtonX_OK.Location = new System.Drawing.Point(403, 174);
this.ButtonX_OK.Margin = new System.Windows.Forms.Padding(0); this.ButtonX_OK.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_OK.Name = "ButtonX_OK"; this.ButtonX_OK.Name = "ButtonX_OK";
@@ -189,7 +189,7 @@
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 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(303, 174); this.ButtonX_Cancel.Location = new System.Drawing.Point(303, 174);
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0); this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Cancel.Name = "ButtonX_Cancel"; this.ButtonX_Cancel.Name = "ButtonX_Cancel";

View File

@@ -9,7 +9,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace SM64_ROM_Manager.Updating.Administration.GUI namespace Pilz.Updating.Administration.GUI
{ {
public partial class UpdateServerInfoEditor : OfficeForm public partial class UpdateServerInfoEditor : OfficeForm
{ {

View File

@@ -1,160 +1,135 @@
// ------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// Dieser Code wurde von einem Tool generiert. // Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000 // Laufzeitversion:4.0.30319.42000
// //
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird. // der Code erneut generiert wird.
// </auto-generated> // </auto-generated>
// ------------------------------------------------------------------------------ //------------------------------------------------------------------------------
using System.Diagnostics;
namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
{
namespace Pilz.Updating.Administration.GUI.My.Resources {
using System;
/// <summary>
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
/// </summary>
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
/// <summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
/// </summary> [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[System.CodeDom.Compiler.GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] internal class UpdatingAdministrationLangRes {
[DebuggerNonUserCode()]
[System.Runtime.CompilerServices.CompilerGenerated()] private static global::System.Resources.ResourceManager resourceMan;
internal class UpdatingAdministrationLangRes
{ private static global::System.Globalization.CultureInfo resourceCulture;
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UpdatingAdministrationLangRes() {
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UpdatingAdministrationLangRes() : base()
{
} }
/// <summary> /// <summary>
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
/// </summary> /// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Resources.ResourceManager ResourceManager internal static global::System.Resources.ResourceManager ResourceManager {
{ get {
get if (object.ReferenceEquals(resourceMan, null)) {
{ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Administration.GUI.UpdatingAdministrationLangRes", typeof(UpdatingAdministrationLangRes).Assembly);
if (ReferenceEquals(resourceMan, null))
{
var temp = new System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Administration.GUI.UpdatingAdministrationLangRes", typeof(UpdatingAdministrationLangRes).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;
} }
} }
/// <summary> /// <summary>
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
/// </summary> /// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Globalization.CultureInfo Culture internal static global::System.Globalization.CultureInfo Culture {
{ get {
get
{
return resourceCulture; return resourceCulture;
} }
set {
set
{
resourceCulture = value; resourceCulture = value;
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Alpha ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Alpha ähnelt.
/// </summary> /// </summary>
internal static string Channel_Alpha internal static string Channel_Alpha {
{ get {
get
{
return ResourceManager.GetString("Channel_Alpha", resourceCulture); return ResourceManager.GetString("Channel_Alpha", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Beta ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Beta ähnelt.
/// </summary> /// </summary>
internal static string Channel_Beta internal static string Channel_Beta {
{ get {
get
{
return ResourceManager.GetString("Channel_Beta", resourceCulture); return ResourceManager.GetString("Channel_Beta", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Vorabverion ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Vorabverion ähnelt.
/// </summary> /// </summary>
internal static string Channel_PreRelease internal static string Channel_PreRelease {
{ get {
get
{
return ResourceManager.GetString("Channel_PreRelease", resourceCulture); return ResourceManager.GetString("Channel_PreRelease", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Stabil ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Stabil ähnelt.
/// </summary> /// </summary>
internal static string Channel_Stable internal static string Channel_Stable {
{ get {
get
{
return ResourceManager.GetString("Channel_Stable", resourceCulture); return ResourceManager.GetString("Channel_Stable", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Fehler ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Fehler ähnelt.
/// </summary> /// </summary>
internal static string MsgBox_Error_Titel internal static string MsgBox_Error_Titel {
{ get {
get
{
return ResourceManager.GetString("MsgBox_Error_Titel", resourceCulture); return ResourceManager.GetString("MsgBox_Error_Titel", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Fehler beim hinzufügen des AddOns. ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Fehler beim hinzufügen des AddOns. ähnelt.
/// </summary> /// </summary>
internal static string MsgBox_ErrorAddingInstallerAddOn internal static string MsgBox_ErrorAddingInstallerAddOn {
{ get {
get
{
return ResourceManager.GetString("MsgBox_ErrorAddingInstallerAddOn", resourceCulture); return ResourceManager.GetString("MsgBox_ErrorAddingInstallerAddOn", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Paket wurde erfolgreich exportiert! ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Paket wurde erfolgreich exportiert! ähnelt.
/// </summary> /// </summary>
internal static string MsgBox_PkgExportSuccess internal static string MsgBox_PkgExportSuccess {
{ get {
get
{
return ResourceManager.GetString("MsgBox_PkgExportSuccess", resourceCulture); return ResourceManager.GetString("MsgBox_PkgExportSuccess", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Paket exportiert ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Paket exportiert ähnelt.
/// </summary> /// </summary>
internal static string MsgBox_PkgExportSuccess_Titel internal static string MsgBox_PkgExportSuccess_Titel {
{ get {
get
{
return ResourceManager.GetString("MsgBox_PkgExportSuccess_Titel", resourceCulture); return ResourceManager.GetString("MsgBox_PkgExportSuccess_Titel", resourceCulture);
} }
} }
} }
} }

View File

@@ -9,7 +9,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace SM64_ROM_Manager.Updating.Administration.Discord namespace Pilz.Updating.Administration.Discord
{ {
public class DiscordBot public class DiscordBot
{ {

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace SM64_ROM_Manager.Updating.Administration.Discord namespace Pilz.Updating.Administration.Discord
{ {
public class DiscordBotConfig public class DiscordBotConfig
{ {

View File

@@ -9,7 +9,7 @@ using Microsoft.VisualBasic;
/* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */ /* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */
/* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */ /* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */
namespace SM64_ROM_Manager.Updating.My namespace Pilz.Updating.My
{ {
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */

View File

@@ -10,7 +10,7 @@ using System.Xml.Linq;
using Microsoft.VisualBasic; using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.My namespace Pilz.Updating.My
{ {
[Embedded()] [Embedded()]
[DebuggerNonUserCode()] [DebuggerNonUserCode()]

View File

@@ -4,9 +4,9 @@ using global::System.Reflection;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
using global::Newtonsoft.Json.Linq; using global::Newtonsoft.Json.Linq;
using Z.Collections.Extensions; using Z.Collections.Extensions;
using SM64_ROM_Manager.Updating.UpdateInstaller; using Pilz.Updating.UpdateInstaller;
namespace SM64_ROM_Manager.Updating.Administration.Packaging namespace Pilz.Updating.Administration.Packaging
{ {
internal class UpdatePackageManager internal class UpdatePackageManager
{ {

View File

@@ -1,9 +1,9 @@
using global::System.IO; using global::System.IO;
using global::System.IO.Compression; using global::System.IO.Compression;
using SM64_ROM_Manager.Updating.UpdateInstaller; using Pilz.Updating.UpdateInstaller;
using Z.IO.Extensions; using Z.IO.Extensions;
namespace SM64_ROM_Manager.Updating.Administration.Packaging namespace Pilz.Updating.Administration.Packaging
{ {
public class UpdatePackagePackager public class UpdatePackagePackager
{ {

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace SM64_ROM_Manager.Updating.Administration.Packaging namespace Pilz.Updating.Administration.Packaging
{ {
public class UpdatePackageTemplate public class UpdatePackageTemplate
{ {

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup> <PropertyGroup>
<RootNamespace>SM64_ROM_Manager.Updating.Administration</RootNamespace> <RootNamespace>Pilz.Updating.Administration</RootNamespace>
<MyType>Windows</MyType> <MyType>Windows</MyType>
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes> <DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
@@ -85,7 +85,7 @@
<EmbeddedResource Update="Properties\Resources.resx"> <EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<CustomToolNamespace>SM64_ROM_Manager.Updating.My.Resources</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.My.Resources</CustomToolNamespace>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
</ItemGroup> </ItemGroup>
@@ -96,7 +96,7 @@
</None> </None>
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator> <Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>SM64_ROM_Manager.Updating.My</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.cs</LastGenOutput> <LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None> </None>
</ItemGroup> </ItemGroup>

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.My.Resources { namespace Pilz.Updating.My.Resources {
using System; using System;
@@ -19,7 +19,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources { internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Administration.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Administration.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.My { namespace Pilz.Updating.My {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@@ -5,7 +5,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace SM64_ROM_Manager.Updating.Administration namespace Pilz.Updating.Administration
{ {
public class ProxyConfiguration public class ProxyConfiguration
{ {

View File

@@ -1,4 +1,4 @@
namespace SM64_ROM_Manager.Updating.UpdateInstaller namespace Pilz.Updating.UpdateInstaller
{ {
public static partial class UpdateInstallerAddOnNameDefinitions public static partial class UpdateInstallerAddOnNameDefinitions
{ {

View File

@@ -1,5 +1,5 @@
namespace SM64_ROM_Manager.Updating.UpdateInstaller namespace Pilz.Updating.UpdateInstaller
{ {
public static class PackageFileNameDefinations public static class PackageFileNameDefinations
{ {

View File

@@ -1,5 +1,5 @@
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using SM64_ROM_Manager.Updating.Administration.Discord; using Pilz.Updating.Administration.Discord;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
@@ -7,7 +7,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace SM64_ROM_Manager.Updating.Administration namespace Pilz.Updating.Administration
{ {
public class UpdateProject public class UpdateProject
{ {

View File

@@ -7,7 +7,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace SM64_ROM_Manager.Updating.Administration namespace Pilz.Updating.Administration
{ {
public class UpdateServerConfig public class UpdateServerConfig
{ {

View File

@@ -9,7 +9,7 @@ using System.Linq;
using static Microsoft.VisualBasic.CompilerServices.LikeOperator; using static Microsoft.VisualBasic.CompilerServices.LikeOperator;
using Microsoft.VisualBasic; using Microsoft.VisualBasic;
namespace SM64_ROM_Manager.Updating.Administration namespace Pilz.Updating.Administration
{ {
public class UpdateServerManager public class UpdateServerManager
{ {

View File

@@ -9,7 +9,7 @@ using Microsoft.VisualBasic;
/* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */ /* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */
/* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */ /* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */
namespace SM64_ROM_Manager.Updating.My namespace Pilz.Updating.My
{ {
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */

View File

@@ -10,7 +10,7 @@ using System.Xml.Linq;
using Microsoft.VisualBasic; using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.My namespace Pilz.Updating.My
{ {
[Embedded()] [Embedded()]
[DebuggerNonUserCode()] [DebuggerNonUserCode()]

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup> <PropertyGroup>
<RootNamespace>SM64_ROM_Manager.Updating</RootNamespace> <RootNamespace>Pilz.Updating</RootNamespace>
<MyType>Windows</MyType> <MyType>Windows</MyType>
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes> <DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
@@ -77,7 +77,7 @@
<EmbeddedResource Update="Properties\Resources.resx"> <EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<CustomToolNamespace>SM64_ROM_Manager.Updating.My.Resources</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.My.Resources</CustomToolNamespace>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
</ItemGroup> </ItemGroup>
@@ -88,7 +88,7 @@
</None> </None>
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator> <Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>SM64_ROM_Manager.Updating.My</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.cs</LastGenOutput> <LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None> </None>
</ItemGroup> </ItemGroup>

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.My.Resources { namespace Pilz.Updating.My.Resources {
using System; using System;
@@ -19,7 +19,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources { internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.My { namespace Pilz.Updating.My {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@@ -10,9 +10,9 @@ using global::System.Net;
using global::System.Reflection; using global::System.Reflection;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
using global::SM64_ROM_Manager.Updating.UpdateInstaller; using global::Pilz.Updating.UpdateInstaller;
namespace SM64_ROM_Manager.Updating namespace Pilz.Updating
{ {
public class UpdateClient public class UpdateClient
{ {

View File

@@ -1,5 +1,5 @@
namespace SM64_ROM_Manager.Updating namespace Pilz.Updating
{ {
public enum UpdateStatus public enum UpdateStatus
{ {

View File

@@ -3,7 +3,7 @@ using global::System.Drawing;
using global::System.Runtime.InteropServices; using global::System.Runtime.InteropServices;
using global::System.Windows.Forms; using global::System.Windows.Forms;
namespace SM64_ROM_Manager.Updating.GUIBase namespace Pilz.Updating.GUIBase
{ {
internal static class BaseFeatures internal static class BaseFeatures
{ {

View File

@@ -9,7 +9,7 @@ using Microsoft.VisualBasic;
/* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */ /* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */
/* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */ /* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */
namespace SM64_ROM_Manager.Updating.GUIBase.My namespace Pilz.Updating.GUIBase.My
{ {
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */

View File

@@ -10,7 +10,7 @@ using System.Xml.Linq;
using Microsoft.VisualBasic; using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.GUIBase.My namespace Pilz.Updating.GUIBase.My
{ {
[Embedded()] [Embedded()]
[DebuggerNonUserCode()] [DebuggerNonUserCode()]

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup> <PropertyGroup>
<RootNamespace>SM64_ROM_Manager.Updating.GUIBase</RootNamespace> <RootNamespace>Pilz.Updating.GUIBase</RootNamespace>
<MyType>Windows</MyType> <MyType>Windows</MyType>
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes> <DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
@@ -78,7 +78,7 @@
<EmbeddedResource Update="Properties\Resources.resx"> <EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<CustomToolNamespace>SM64_ROM_Manager.Updating.GUIBase.My.Resources</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.GUIBase.My.Resources</CustomToolNamespace>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
</ItemGroup> </ItemGroup>
@@ -89,7 +89,7 @@
</None> </None>
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator> <Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>SM64_ROM_Manager.Updating.GUIBase.My</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.GUIBase.My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.cs</LastGenOutput> <LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None> </None>
</ItemGroup> </ItemGroup>

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.GUIBase.My.Resources { namespace Pilz.Updating.GUIBase.My.Resources {
using System; using System;
@@ -19,7 +19,7 @@ namespace SM64_ROM_Manager.Updating.GUIBase.My.Resources {
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources { internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.GUIBase.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.GUIBase.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.GUIBase.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.GUIBase.My { namespace Pilz.Updating.GUIBase.My {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@@ -1,7 +1,7 @@
using global::System.IO; using global::System.IO;
using global::System.Reflection; using global::System.Reflection;
namespace SM64_ROM_Manager.Updating.UpdateInstaller namespace Pilz.Updating.UpdateInstaller
{ {
internal static class General internal static class General
{ {

View File

@@ -4,7 +4,7 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms; using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.UpdateInstaller namespace Pilz.Updating.UpdateInstaller
{ {
[DesignerGenerated()] [DesignerGenerated()]
public partial class Main : DevComponents.DotNetBar.OfficeForm public partial class Main : DevComponents.DotNetBar.OfficeForm
@@ -80,7 +80,7 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller
// //
this._LabelX_Header.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this._LabelX_Header.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this._LabelX_Header.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._LabelX_Header.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this._LabelX_Header.Image = global::SM64_ROM_Manager.Updating.UpdateInstaller.MyIcons.icons8_installing_updates_48px; this._LabelX_Header.Image = global::Pilz.Updating.UpdateInstaller.MyIcons.icons8_installing_updates_48px;
this._LabelX_Header.Location = new System.Drawing.Point(3, 3); this._LabelX_Header.Location = new System.Drawing.Point(3, 3);
this._LabelX_Header.Name = "_LabelX_Header"; this._LabelX_Header.Name = "_LabelX_Header";
this._LabelX_Header.Size = new System.Drawing.Size(628, 56); this._LabelX_Header.Size = new System.Drawing.Size(628, 56);

View File

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
using global::DevComponents.DotNetBar; using global::DevComponents.DotNetBar;
namespace SM64_ROM_Manager.Updating.UpdateInstaller namespace Pilz.Updating.UpdateInstaller
{ {
public partial class Main public partial class Main
{ {

View File

@@ -10,7 +10,7 @@
using System.Diagnostics; using System.Diagnostics;
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My namespace Pilz.Updating.UpdateInstaller.My
{ {
// HINWEIS: Diese Datei wird automatisch generiert und darf nicht direkt bearbeitet werden. Wenn Sie Änderungen vornehmen möchten // HINWEIS: Diese Datei wird automatisch generiert und darf nicht direkt bearbeitet werden. Wenn Sie Änderungen vornehmen möchten

View File

@@ -2,7 +2,7 @@
using global::System.ComponentModel; using global::System.ComponentModel;
using global::System.Diagnostics; using global::System.Diagnostics;
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My namespace Pilz.Updating.UpdateInstaller.My
{ {
internal static partial class MyProject internal static partial class MyProject
{ {

View File

@@ -11,7 +11,7 @@ using Microsoft.VisualBasic;
/* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */ /* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */
/* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */ /* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My namespace Pilz.Updating.UpdateInstaller.My
{ {
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */

View File

@@ -10,7 +10,7 @@ using System.Xml.Linq;
using Microsoft.VisualBasic; using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My namespace Pilz.Updating.UpdateInstaller.My
{ {
[Embedded()] [Embedded()]
[DebuggerNonUserCode()] [DebuggerNonUserCode()]

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.UpdateInstaller { namespace Pilz.Updating.UpdateInstaller {
using System; using System;
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.UpdateInstaller.MyIcons", typeof(MyIcons).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.UpdateInstaller.MyIcons", typeof(MyIcons).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;

View File

@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<StartupObject>SM64_ROM_Manager.Updating.UpdateInstaller.My.MyApplication</StartupObject> <StartupObject>Pilz.Updating.UpdateInstaller.My.MyApplication</StartupObject>
<RootNamespace>SM64_ROM_Manager.Updating.UpdateInstaller</RootNamespace> <RootNamespace>Pilz.Updating.UpdateInstaller</RootNamespace>
<MyType>WindowsForms</MyType> <MyType>WindowsForms</MyType>
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -126,16 +126,16 @@
<EmbeddedResource Update="Properties\Resources.resx"> <EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<CustomToolNamespace>SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.UpdateInstaller.My.Resources</CustomToolNamespace>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="UpdateInstallerGuiLangRes.de.resx"> <EmbeddedResource Update="UpdateInstallerGuiLangRes.de.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>UpdateInstallerGuiLangRes.de.Designer.cs</LastGenOutput> <LastGenOutput>UpdateInstallerGuiLangRes.de.Designer.cs</LastGenOutput>
<CustomToolNamespace>SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.UpdateInstaller.My.Resources</CustomToolNamespace>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="UpdateInstallerGuiLangRes.resx"> <EmbeddedResource Update="UpdateInstallerGuiLangRes.resx">
<CustomToolNamespace>SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.UpdateInstaller.My.Resources</CustomToolNamespace>
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>UpdateInstallerGuiLangRes.Designer.cs</LastGenOutput> <LastGenOutput>UpdateInstallerGuiLangRes.Designer.cs</LastGenOutput>
</EmbeddedResource> </EmbeddedResource>
@@ -147,7 +147,7 @@
</None> </None>
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator> <Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>SM64_ROM_Manager.Updating.UpdateInstaller.My</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.UpdateInstaller.My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.cs</LastGenOutput> <LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None> </None>
</ItemGroup> </ItemGroup>

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources { namespace Pilz.Updating.UpdateInstaller.My.Resources {
using System; using System;
@@ -19,7 +19,7 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources {
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources { internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.UpdateInstaller.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.UpdateInstaller.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My { namespace Pilz.Updating.UpdateInstaller.My {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@@ -7,7 +7,7 @@ using global::System.Reflection;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.UpdateInstaller namespace Pilz.Updating.UpdateInstaller
{ {
internal class UpdateInstaller internal class UpdateInstaller
{ {

View File

@@ -1,160 +1,135 @@
// ------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// Dieser Code wurde von einem Tool generiert. // Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000 // Laufzeitversion:4.0.30319.42000
// //
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird. // der Code erneut generiert wird.
// </auto-generated> // </auto-generated>
// ------------------------------------------------------------------------------ //------------------------------------------------------------------------------
using System.Diagnostics;
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
{
namespace Pilz.Updating.UpdateInstaller.My.Resources {
using System;
/// <summary>
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
/// </summary>
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
/// <summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
/// </summary> [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[System.CodeDom.Compiler.GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] internal class UpdateInstallerGuiLangRes {
[DebuggerNonUserCode()]
[System.Runtime.CompilerServices.CompilerGenerated()] private static global::System.Resources.ResourceManager resourceMan;
internal class UpdateInstallerGuiLangRes
{ private static global::System.Globalization.CultureInfo resourceCulture;
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UpdateInstallerGuiLangRes() {
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UpdateInstallerGuiLangRes() : base()
{
} }
/// <summary> /// <summary>
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
/// </summary> /// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Resources.ResourceManager ResourceManager internal static global::System.Resources.ResourceManager ResourceManager {
{ get {
get if (object.ReferenceEquals(resourceMan, null)) {
{ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.UpdateInstaller.UpdateInstallerGuiLangRes", typeof(UpdateInstallerGuiLangRes).Assembly);
if (ReferenceEquals(resourceMan, null))
{
var temp = new System.Resources.ResourceManager("SM64_ROM_Manager.Updating.UpdateInstaller.UpdateInstallerGuiLangRes", typeof(UpdateInstallerGuiLangRes).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;
} }
} }
/// <summary> /// <summary>
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
/// </summary> /// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Globalization.CultureInfo Culture internal static global::System.Globalization.CultureInfo Culture {
{ get {
get
{
return resourceCulture; return resourceCulture;
} }
set {
set
{
resourceCulture = value; resourceCulture = value;
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Copying new files ... ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Copying new files ... ähnelt.
/// </summary> /// </summary>
internal static string Status_CopyingFiles internal static string Status_CopyingFiles {
{ get {
get
{
return ResourceManager.GetString("Status_CopyingFiles", resourceCulture); return ResourceManager.GetString("Status_CopyingFiles", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Finished! ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Finished! ähnelt.
/// </summary> /// </summary>
internal static string Status_Done internal static string Status_Done {
{ get {
get
{
return ResourceManager.GetString("Status_Done", resourceCulture); return ResourceManager.GetString("Status_Done", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Extracting update package ... ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Extracting update package ... ähnelt.
/// </summary> /// </summary>
internal static string Status_Extracting internal static string Status_Extracting {
{ get {
get
{
return ResourceManager.GetString("Status_Extracting", resourceCulture); return ResourceManager.GetString("Status_Extracting", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Removing files ... ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Removing files ... ähnelt.
/// </summary> /// </summary>
internal static string Status_RemovingFiles internal static string Status_RemovingFiles {
{ get {
get
{
return ResourceManager.GetString("Status_RemovingFiles", resourceCulture); return ResourceManager.GetString("Status_RemovingFiles", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Executing AddOn&apos;s ... ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Executing AddOn&apos;s ... ähnelt.
/// </summary> /// </summary>
internal static string Status_RunningAddOns internal static string Status_RunningAddOns {
{ get {
get
{
return ResourceManager.GetString("Status_RunningAddOns", resourceCulture); return ResourceManager.GetString("Status_RunningAddOns", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Waiting ... ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Waiting ... ähnelt.
/// </summary> /// </summary>
internal static string Status_Waiting internal static string Status_Waiting {
{ get {
get
{
return ResourceManager.GetString("Status_Waiting", resourceCulture); return ResourceManager.GetString("Status_Waiting", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Installing Updates ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Installing Updates ähnelt.
/// </summary> /// </summary>
internal static string String_UpdateIsRunning internal static string String_UpdateIsRunning {
{ get {
get
{
return ResourceManager.GetString("String_UpdateIsRunning", resourceCulture); return ResourceManager.GetString("String_UpdateIsRunning", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Installing Updates for {0} ... ähnelt. /// Sucht eine lokalisierte Zeichenfolge, die Installing Updates for {0} ... ähnelt.
/// </summary> /// </summary>
internal static string String_UpdatingApplicationX internal static string String_UpdatingApplicationX {
{ get {
get
{
return ResourceManager.GetString("String_UpdatingApplicationX", resourceCulture); return ResourceManager.GetString("String_UpdatingApplicationX", resourceCulture);
} }
} }
} }
} }

View File

@@ -1,5 +1,5 @@
namespace SM64_ROM_Manager.Updating.UpdateInstaller namespace Pilz.Updating.UpdateInstaller
{ {
internal enum UpdateInstallerStatus internal enum UpdateInstallerStatus
{ {

View File

@@ -1,6 +1,6 @@
using System; using System;
namespace SM64_ROM_Manager.Updating.UpdateInstaller namespace Pilz.Updating.UpdateInstaller
{ {
internal class UpdateInstallerStatusChangedEventArgs : EventArgs internal class UpdateInstallerStatusChangedEventArgs : EventArgs
{ {

View File

@@ -9,7 +9,7 @@ using Microsoft.VisualBasic;
/* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */ /* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */
/* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */ /* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */
namespace SM64_ROM_Manager.Updating.Client.GUI.My namespace Pilz.Updating.Client.GUI.My
{ {
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */

View File

@@ -10,7 +10,7 @@ using System.Xml.Linq;
using Microsoft.VisualBasic; using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Client.GUI.My namespace Pilz.Updating.Client.GUI.My
{ {
[Embedded()] [Embedded()]
[DebuggerNonUserCode()] [DebuggerNonUserCode()]

View File

@@ -11,7 +11,7 @@
using System.Diagnostics; using System.Diagnostics;
using Microsoft.VisualBasic; using Microsoft.VisualBasic;
namespace SM64_ROM_Manager.Updating.Client.GUI.My namespace Pilz.Updating.Client.GUI.My
{ {
[System.Runtime.CompilerServices.CompilerGenerated()] [System.Runtime.CompilerServices.CompilerGenerated()]
[System.CodeDom.Compiler.GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")] [System.CodeDom.Compiler.GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
@@ -33,7 +33,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI.My
} }
} }
namespace SM64_ROM_Manager.Updating.Client.GUI.My namespace Pilz.Updating.Client.GUI.My
{ {
[HideModuleName()] [HideModuleName()]
[DebuggerNonUserCode()] [DebuggerNonUserCode()]

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.Client.GUI { namespace Pilz.Updating.Client.GUI {
using System; using System;
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Client.GUI.MyIcons", typeof(MyIcons).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Client.GUI.MyIcons", typeof(MyIcons).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;

View File

@@ -11,7 +11,7 @@
using System.Diagnostics; using System.Diagnostics;
using Microsoft.VisualBasic; using Microsoft.VisualBasic;
namespace SM64_ROM_Manager.Updating.Client.GUI.My.Resources namespace Pilz.Updating.Client.GUI.My.Resources
{ {
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
@@ -40,7 +40,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI.My.Resources
{ {
if (ReferenceEquals(resourceMan, null)) if (ReferenceEquals(resourceMan, null))
{ {
var temp = new System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Client.GUI.Resources", typeof(Resources).Assembly); var temp = new System.Resources.ResourceManager("Pilz.Updating.Client.GUI.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }

View File

@@ -3,7 +3,7 @@ using System.Drawing;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Windows.Forms; using System.Windows.Forms;
namespace SM64_ROM_Manager.Updating.Client.GUI namespace Pilz.Updating.Client.GUI
{ {
[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()] [Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]
public partial class SimpleActionDialog : DevComponents.DotNetBar.OfficeForm public partial class SimpleActionDialog : DevComponents.DotNetBar.OfficeForm

View File

@@ -1,7 +1,7 @@
using global::DevComponents.DotNetBar; using global::DevComponents.DotNetBar;
using global::SM64_ROM_Manager.Updating.Client.GUI.My.Resources; using global::Pilz.Updating.Client.GUI.My.Resources;
namespace SM64_ROM_Manager.Updating.Client.GUI namespace Pilz.Updating.Client.GUI
{ {
public partial class SimpleActionDialog public partial class SimpleActionDialog
{ {

View File

@@ -5,10 +5,10 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms; using System.Windows.Forms;
using global::DevComponents.DotNetBar; using global::DevComponents.DotNetBar;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
using global::SM64_ROM_Manager.Updating.Client.GUI.My.Resources; using global::Pilz.Updating.Client.GUI.My.Resources;
using System; using System;
namespace SM64_ROM_Manager.Updating.Client.GUI namespace Pilz.Updating.Client.GUI
{ {
public class UpdateClientGUI public class UpdateClientGUI
{ {

View File

@@ -5,7 +5,7 @@ using System.Windows.Forms;
using global::DevComponents.DotNetBar; using global::DevComponents.DotNetBar;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Client.GUI namespace Pilz.Updating.Client.GUI
{ {
[DesignerGenerated()] [DesignerGenerated()]
internal partial class UpdatesAvailableDialog : OfficeForm internal partial class UpdatesAvailableDialog : OfficeForm
@@ -181,7 +181,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI
this.ButtonX_Install.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_Install.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Install.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Install.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Install.DialogResult = System.Windows.Forms.DialogResult.OK; this.ButtonX_Install.DialogResult = System.Windows.Forms.DialogResult.OK;
this.ButtonX_Install.Image = global::SM64_ROM_Manager.Updating.Client.GUI.MyIcons.icons8_software_installer_16px; this.ButtonX_Install.Image = global::Pilz.Updating.Client.GUI.MyIcons.icons8_software_installer_16px;
resources.ApplyResources(this.ButtonX_Install, "ButtonX_Install"); resources.ApplyResources(this.ButtonX_Install, "ButtonX_Install");
this.ButtonX_Install.Name = "ButtonX_Install"; this.ButtonX_Install.Name = "ButtonX_Install";
this.ButtonX_Install.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ButtonX_Install.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -191,7 +191,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ButtonX_Cancel.Image = global::SM64_ROM_Manager.Updating.Client.GUI.MyIcons.icons8_delete_16px; this.ButtonX_Cancel.Image = global::Pilz.Updating.Client.GUI.MyIcons.icons8_delete_16px;
resources.ApplyResources(this.ButtonX_Cancel, "ButtonX_Cancel"); resources.ApplyResources(this.ButtonX_Cancel, "ButtonX_Cancel");
this.ButtonX_Cancel.Name = "ButtonX_Cancel"; this.ButtonX_Cancel.Name = "ButtonX_Cancel";
this.ButtonX_Cancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ButtonX_Cancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;

View File

@@ -1,9 +1,9 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
using global::DevComponents.DotNetBar; using global::DevComponents.DotNetBar;
using SM64_ROM_Manager.Updating.GUIBase; using Pilz.Updating.GUIBase;
namespace SM64_ROM_Manager.Updating.Client.GUI namespace Pilz.Updating.Client.GUI
{ {
internal partial class UpdatesAvailableDialog internal partial class UpdatesAvailableDialog
{ {

View File

@@ -10,7 +10,7 @@
using System.Diagnostics; using System.Diagnostics;
namespace SM64_ROM_Manager.Updating.Client.GUI.My.Resources namespace Pilz.Updating.Client.GUI.My.Resources
{ {
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
@@ -43,7 +43,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI.My.Resources
{ {
if (ReferenceEquals(resourceMan, null)) if (ReferenceEquals(resourceMan, null))
{ {
var temp = new System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Client.GUI.UpdatingClientGuiLangRes", typeof(UpdatingClientGuiLangRes).Assembly); var temp = new System.Resources.ResourceManager("Pilz.Updating.Client.GUI.UpdatingClientGuiLangRes", typeof(UpdatingClientGuiLangRes).Assembly);
resourceMan = temp; resourceMan = temp;
} }

View File

@@ -1,7 +1,7 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using System; using System;
namespace SM64_ROM_Manager.Updating namespace Pilz.Updating
{ {
public class ApplicationVersion public class ApplicationVersion
{ {

View File

@@ -1,5 +1,5 @@
namespace SM64_ROM_Manager.Updating namespace Pilz.Updating
{ {
public enum Channels public enum Channels
{ {

View File

@@ -9,7 +9,7 @@ using Microsoft.VisualBasic;
/* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */ /* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */
/* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */ /* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */
namespace SM64_ROM_Manager.Updating.My namespace Pilz.Updating.My
{ {
/* TODO ERROR: Skipped IfDirectiveTrivia */ /* TODO ERROR: Skipped IfDirectiveTrivia */

View File

@@ -10,7 +10,7 @@ using System.Xml.Linq;
using Microsoft.VisualBasic; using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.My namespace Pilz.Updating.My
{ {
[Embedded()] [Embedded()]
[DebuggerNonUserCode()] [DebuggerNonUserCode()]

View File

@@ -1,7 +1,7 @@
using System; using System;
using global::System.IO; using global::System.IO;
namespace SM64_ROM_Manager.Updating namespace Pilz.Updating
{ {
internal static class MyPaths internal static class MyPaths
{ {

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup> <PropertyGroup>
<RootNamespace>SM64_ROM_Manager.Updating</RootNamespace> <RootNamespace>Pilz.Updating</RootNamespace>
<MyType>Windows</MyType> <MyType>Windows</MyType>
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes> <DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
@@ -75,7 +75,7 @@
<EmbeddedResource Update="Properties\Resources.resx"> <EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<CustomToolNamespace>SM64_ROM_Manager.Updating.My.Resources</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.My.Resources</CustomToolNamespace>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
</ItemGroup> </ItemGroup>
@@ -86,7 +86,7 @@
</None> </None>
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator> <Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>SM64_ROM_Manager.Updating.My</CustomToolNamespace> <CustomToolNamespace>Pilz.Updating.My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.cs</LastGenOutput> <LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None> </None>
</ItemGroup> </ItemGroup>

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.My.Resources { namespace Pilz.Updating.My.Resources {
using System; using System;
@@ -19,7 +19,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources { internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.My { namespace Pilz.Updating.My {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using global::Newtonsoft.Json.Linq; using global::Newtonsoft.Json.Linq;
namespace SM64_ROM_Manager.Updating namespace Pilz.Updating
{ {
public class UpdateInfo public class UpdateInfo
{ {

View File

@@ -2,7 +2,7 @@
using global::System.Drawing; using global::System.Drawing;
using global::Newtonsoft.Json.Linq; using global::Newtonsoft.Json.Linq;
namespace SM64_ROM_Manager.Updating.UpdateInstaller namespace Pilz.Updating.UpdateInstaller
{ {
public class UpdateInstallerConfig public class UpdateInstallerConfig
{ {

View File

@@ -5,7 +5,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace SM64_ROM_Manager.Updating namespace Pilz.Updating
{ {
public class UpdateNotes public class UpdateNotes
{ {

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace SM64_ROM_Manager.Updating namespace Pilz.Updating
{ {
public enum UpdateNotesContentType public enum UpdateNotesContentType
{ {

View File

@@ -1,7 +1,7 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace SM64_ROM_Manager.Updating namespace Pilz.Updating
{ {
public class UpdatePackageInfo public class UpdatePackageInfo
{ {