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

View File

@@ -2,7 +2,7 @@
using global::DevComponents.Editors;
using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI
namespace Pilz.Updating.Administration.GUI
{
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
{
@@ -136,7 +136,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ButtonX_Cancel.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
this.ButtonX_Cancel.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
this.ButtonX_Cancel.Location = new System.Drawing.Point(574, 444);
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
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.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Okay.DialogResult = System.Windows.Forms.DialogResult.OK;
this.ButtonX_Okay.Image = global::SM64_ROM_Manager.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.ButtonX_Okay.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.ButtonX_Okay.Location = new System.Drawing.Point(657, 444);
this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Okay.Name = "ButtonX_Okay";

View File

@@ -6,9 +6,9 @@ using System.Drawing;
using System.Text;
using System.Windows.Forms;
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
{

View File

@@ -1,4 +1,4 @@
namespace SM64_ROM_Manager.Updating.Administration.GUI
namespace Pilz.Updating.Administration.GUI
{
partial class DiscordPostDialog
{
@@ -84,7 +84,7 @@
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.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.Name = "ButtonX_SendMsg";
this.ButtonX_SendMsg.Size = new System.Drawing.Size(75, 23);

View File

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

View File

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

View File

@@ -10,7 +10,7 @@
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

View File

@@ -2,7 +2,7 @@
using global::System.ComponentModel;
using global::System.Diagnostics;
namespace SM64_ROM_Manager.Updating.Administration.GUI.My
namespace Pilz.Updating.Administration.GUI.My
{
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 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 */
namespace SM64_ROM_Manager.Updating.Administration.GUI.My
namespace Pilz.Updating.Administration.GUI.My
{
/* TODO ERROR: Skipped IfDirectiveTrivia */

View File

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

View File

@@ -5,7 +5,7 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI
namespace Pilz.Updating.Administration.GUI
{
[DesignerGenerated()]
public partial class PackageCreationDialog : DevComponents.DotNetBar.RibbonForm
@@ -317,7 +317,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_AddExtension
//
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.Name = "ButtonItem_Pkg_AddExtension";
this.ButtonItem_Pkg_AddExtension.SubItemsExpandWidth = 14;
@@ -327,7 +327,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_RemoveExtension
//
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.Name = "ButtonItem_Pkg_RemoveExtension";
this.ButtonItem_Pkg_RemoveExtension.SubItemsExpandWidth = 14;
@@ -370,7 +370,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_SelectFileFolder
//
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.Name = "ButtonItem_Pkg_SelectFileFolder";
this.ButtonItem_Pkg_SelectFileFolder.SubItemsExpandWidth = 14;
@@ -380,7 +380,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_RemoveFileFolder
//
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.Name = "ButtonItem_Pkg_RemoveFileFolder";
this.ButtonItem_Pkg_RemoveFileFolder.SubItemsExpandWidth = 14;
@@ -423,7 +423,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_Export
//
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.Name = "ButtonItem_Pkg_Export";
this.ButtonItem_Pkg_Export.SubItemsExpandWidth = 14;
@@ -433,7 +433,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_UploadPackage
//
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.Name = "ButtonItem_UploadPackage";
this.ButtonItem_UploadPackage.SubItemsExpandWidth = 14;
@@ -478,7 +478,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_NewTemplate
//
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.Name = "ButtonItem_Pkg_NewTemplate";
this.ButtonItem_Pkg_NewTemplate.SubItemsExpandWidth = 14;
@@ -488,7 +488,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_OpenTemplate
//
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.Name = "ButtonItem_Pkg_OpenTemplate";
this.ButtonItem_Pkg_OpenTemplate.SubItemsExpandWidth = 14;
@@ -498,7 +498,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_SaveTemplate
//
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.Name = "ButtonItem_Pkg_SaveTemplate";
this.ButtonItem_Pkg_SaveTemplate.SubItemsExpandWidth = 14;
@@ -508,7 +508,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_Pkg_SaveTemplateAs
//
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.Name = "ButtonItem_Pkg_SaveTemplateAs";
this.ButtonItem_Pkg_SaveTemplateAs.SubItemsExpandWidth = 14;

View File

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

View File

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

View File

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

View File

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

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources {
namespace Pilz.Updating.Administration.GUI.My.Resources {
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.
// 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.
[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.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;

View File

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

View File

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

View File

@@ -5,7 +5,7 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI
namespace Pilz.Updating.Administration.GUI
{
[DesignerGenerated()]
public partial class 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)
| System.Windows.Forms.AnchorStyles.Right)));
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.Name = "ButtonX_LoadProject";
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)
| System.Windows.Forms.AnchorStyles.Right)));
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.Name = "ButtonX_NewProject";
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.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
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.Name = "ButtonX_Einstellungen";
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.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
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.Name = "ButtonX_OpenUpdatePackageEditor";
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.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
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.Name = "ButtonX_OpenUpdateInfoManager";
this.ButtonX_OpenUpdateInfoManager.Size = new System.Drawing.Size(202, 62);

View File

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

View File

@@ -5,7 +5,7 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Administration.GUI
namespace Pilz.Updating.Administration.GUI
{
[DesignerGenerated()]
public partial class UpdateManagerWindow : DevComponents.DotNetBar.RibbonForm
@@ -402,7 +402,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_OpenPackageCreationDialog
//
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.Name = "ButtonItem_OpenPackageCreationDialog";
this.ButtonItem_OpenPackageCreationDialog.SubItemsExpandWidth = 14;
@@ -445,7 +445,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_UploadUpdateConfiguration
//
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.Name = "ButtonItem_UploadUpdateConfiguration";
this.ButtonItem_UploadUpdateConfiguration.SubItemsExpandWidth = 14;
@@ -455,7 +455,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_ExportUpdateConfiguration
//
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.Name = "ButtonItem_ExportUpdateConfiguration";
this.ButtonItem_ExportUpdateConfiguration.SubItemsExpandWidth = 14;
@@ -498,7 +498,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_ProjectOptions
//
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.Name = "ButtonItem_ProjectOptions";
this.ButtonItem_ProjectOptions.SubItemsExpandWidth = 14;
@@ -508,7 +508,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_ProxyConfig
//
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.Name = "ButtonItem_ProxyConfig";
this.ButtonItem_ProxyConfig.SubItemsExpandWidth = 14;
@@ -552,7 +552,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_NewProject
//
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.Name = "ButtonItem_NewProject";
this.ButtonItem_NewProject.SubItemsExpandWidth = 14;
@@ -562,7 +562,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_OpenProject
//
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.Name = "ButtonItem_OpenProject";
this.ButtonItem_OpenProject.SubItemsExpandWidth = 14;
@@ -572,7 +572,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_SaveProject
//
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.Name = "ButtonItem_SaveProject";
this.ButtonItem_SaveProject.SubItemsExpandWidth = 14;
@@ -641,7 +641,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_PostMsgInDiscord
//
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.Name = "ButtonItem_PostMsgInDiscord";
this.ButtonItem_PostMsgInDiscord.SubItemsExpandWidth = 14;
@@ -651,7 +651,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_BotSettings
//
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.Name = "ButtonItem_BotSettings";
this.ButtonItem_BotSettings.SubItemsExpandWidth = 14;
@@ -695,7 +695,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_ChangeVersion
//
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.Name = "ButtonItem_ChangeVersion";
this.ButtonItem_ChangeVersion.SubItemsExpandWidth = 14;
@@ -705,7 +705,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_EditDescription
//
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.Name = "ButtonItem_EditDescription";
this.ButtonItem_EditDescription.SubItemsExpandWidth = 14;
@@ -715,7 +715,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_RemovePackage
//
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.Name = "ButtonItem_RemovePackage";
this.ButtonItem_RemovePackage.SubItemsExpandWidth = 14;
@@ -758,7 +758,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_CreateAndUploadPackage
//
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.Name = "ButtonItem_CreateAndUploadPackage";
this.ButtonItem_CreateAndUploadPackage.SubItemsExpandWidth = 14;
@@ -768,7 +768,7 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI
// ButtonItem_UploadExistingPackage
//
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.Name = "ButtonItem_UploadExistingPackage";
this.ButtonItem_UploadExistingPackage.SubItemsExpandWidth = 14;

View File

@@ -10,9 +10,9 @@ using Microsoft.VisualBasic.CompilerServices;
using global::Microsoft.WindowsAPICodePack.Dialogs;
using Z.Collections.Extensions;
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
{

View File

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

View File

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

View File

@@ -8,45 +8,40 @@
// </auto-generated>
//------------------------------------------------------------------------------
using System.Diagnostics;
namespace Pilz.Updating.Administration.GUI.My.Resources {
using System;
namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
{
/// <summary>
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
/// </summary>
// Diese Klasse wurde von der StronglyTypedResourceBuilder 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
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
/// <summary>
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
/// </summary>
[System.CodeDom.Compiler.GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[DebuggerNonUserCode()]
[System.Runtime.CompilerServices.CompilerGenerated()]
internal class UpdatingAdministrationLangRes
{
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class UpdatingAdministrationLangRes {
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UpdatingAdministrationLangRes() : base()
{
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UpdatingAdministrationLangRes() {
}
/// <summary>
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
/// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Resources.ResourceManager ResourceManager
{
get
{
if (ReferenceEquals(resourceMan, null))
{
var temp = new System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Administration.GUI.UpdatingAdministrationLangRes", typeof(UpdatingAdministrationLangRes).Assembly);
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Administration.GUI.UpdatingAdministrationLangRes", typeof(UpdatingAdministrationLangRes).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
@@ -55,16 +50,12 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
/// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Globalization.CultureInfo Culture
{
get
{
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set
{
set {
resourceCulture = value;
}
}
@@ -72,10 +63,8 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Alpha ähnelt.
/// </summary>
internal static string Channel_Alpha
{
get
{
internal static string Channel_Alpha {
get {
return ResourceManager.GetString("Channel_Alpha", resourceCulture);
}
}
@@ -83,10 +72,8 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Beta ähnelt.
/// </summary>
internal static string Channel_Beta
{
get
{
internal static string Channel_Beta {
get {
return ResourceManager.GetString("Channel_Beta", resourceCulture);
}
}
@@ -94,10 +81,8 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Vorabverion ähnelt.
/// </summary>
internal static string Channel_PreRelease
{
get
{
internal static string Channel_PreRelease {
get {
return ResourceManager.GetString("Channel_PreRelease", resourceCulture);
}
}
@@ -105,10 +90,8 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Stabil ähnelt.
/// </summary>
internal static string Channel_Stable
{
get
{
internal static string Channel_Stable {
get {
return ResourceManager.GetString("Channel_Stable", resourceCulture);
}
}
@@ -116,10 +99,8 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Fehler ähnelt.
/// </summary>
internal static string MsgBox_Error_Titel
{
get
{
internal static string MsgBox_Error_Titel {
get {
return ResourceManager.GetString("MsgBox_Error_Titel", resourceCulture);
}
}
@@ -127,10 +108,8 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Fehler beim hinzufügen des AddOns. ähnelt.
/// </summary>
internal static string MsgBox_ErrorAddingInstallerAddOn
{
get
{
internal static string MsgBox_ErrorAddingInstallerAddOn {
get {
return ResourceManager.GetString("MsgBox_ErrorAddingInstallerAddOn", resourceCulture);
}
}
@@ -138,10 +117,8 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Paket wurde erfolgreich exportiert! ähnelt.
/// </summary>
internal static string MsgBox_PkgExportSuccess
{
get
{
internal static string MsgBox_PkgExportSuccess {
get {
return ResourceManager.GetString("MsgBox_PkgExportSuccess", resourceCulture);
}
}
@@ -149,10 +126,8 @@ namespace SM64_ROM_Manager.Updating.Administration.GUI.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Paket exportiert ähnelt.
/// </summary>
internal static string MsgBox_PkgExportSuccess_Titel
{
get
{
internal static string MsgBox_PkgExportSuccess_Titel {
get {
return ResourceManager.GetString("MsgBox_PkgExportSuccess_Titel", resourceCulture);
}
}

View File

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

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SM64_ROM_Manager.Updating.Administration.Discord
namespace Pilz.Updating.Administration.Discord
{
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 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 */
namespace SM64_ROM_Manager.Updating.My
namespace Pilz.Updating.My
{
/* TODO ERROR: Skipped IfDirectiveTrivia */

View File

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

View File

@@ -4,9 +4,9 @@ using global::System.Reflection;
using Microsoft.VisualBasic.CompilerServices;
using global::Newtonsoft.Json.Linq;
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
{

View File

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

View File

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

View File

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

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.My.Resources {
namespace Pilz.Updating.My.Resources {
using System;
@@ -19,7 +19,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
// -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
// 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.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
namespace SM64_ROM_Manager.Updating.UpdateInstaller
namespace Pilz.Updating.UpdateInstaller
{
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
{

View File

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

View File

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

View File

@@ -9,7 +9,7 @@ using System.Linq;
using static Microsoft.VisualBasic.CompilerServices.LikeOperator;
using Microsoft.VisualBasic;
namespace SM64_ROM_Manager.Updating.Administration
namespace Pilz.Updating.Administration
{
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 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 */
namespace SM64_ROM_Manager.Updating.My
namespace Pilz.Updating.My
{
/* TODO ERROR: Skipped IfDirectiveTrivia */

View File

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

View File

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

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.My.Resources {
namespace Pilz.Updating.My.Resources {
using System;
@@ -19,7 +19,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
// -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
// 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.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;

View File

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

View File

@@ -10,9 +10,9 @@ using global::System.Net;
using global::System.Reflection;
using System.Threading.Tasks;
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
{

View File

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

View File

@@ -3,7 +3,7 @@ using global::System.Drawing;
using global::System.Runtime.InteropServices;
using global::System.Windows.Forms;
namespace SM64_ROM_Manager.Updating.GUIBase
namespace Pilz.Updating.GUIBase
{
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 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 */
namespace SM64_ROM_Manager.Updating.GUIBase.My
namespace Pilz.Updating.GUIBase.My
{
/* TODO ERROR: Skipped IfDirectiveTrivia */

View File

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

View File

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

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.GUIBase.My.Resources {
namespace Pilz.Updating.GUIBase.My.Resources {
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.
// 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.
[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.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.GUIBase.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;

View File

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

View File

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

View File

@@ -4,7 +4,7 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.UpdateInstaller
namespace Pilz.Updating.UpdateInstaller
{
[DesignerGenerated()]
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.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.Name = "_LabelX_Header";
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 global::DevComponents.DotNetBar;
namespace SM64_ROM_Manager.Updating.UpdateInstaller
namespace Pilz.Updating.UpdateInstaller
{
public partial class Main
{

View File

@@ -10,7 +10,7 @@
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

View File

@@ -2,7 +2,7 @@
using global::System.ComponentModel;
using global::System.Diagnostics;
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My
namespace Pilz.Updating.UpdateInstaller.My
{
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 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 */
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My
namespace Pilz.Updating.UpdateInstaller.My
{
/* TODO ERROR: Skipped IfDirectiveTrivia */

View File

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

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.UpdateInstaller {
namespace Pilz.Updating.UpdateInstaller {
using System;
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;

View File

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

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources {
namespace Pilz.Updating.UpdateInstaller.My.Resources {
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.
// 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.
[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.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;

View File

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

View File

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

View File

@@ -8,45 +8,40 @@
// </auto-generated>
//------------------------------------------------------------------------------
using System.Diagnostics;
namespace Pilz.Updating.UpdateInstaller.My.Resources {
using System;
namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
{
/// <summary>
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
/// </summary>
// Diese Klasse wurde von der StronglyTypedResourceBuilder 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
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
/// <summary>
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
/// </summary>
[System.CodeDom.Compiler.GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[DebuggerNonUserCode()]
[System.Runtime.CompilerServices.CompilerGenerated()]
internal class UpdateInstallerGuiLangRes
{
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class UpdateInstallerGuiLangRes {
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UpdateInstallerGuiLangRes() : base()
{
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UpdateInstallerGuiLangRes() {
}
/// <summary>
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
/// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Resources.ResourceManager ResourceManager
{
get
{
if (ReferenceEquals(resourceMan, null))
{
var temp = new System.Resources.ResourceManager("SM64_ROM_Manager.Updating.UpdateInstaller.UpdateInstallerGuiLangRes", typeof(UpdateInstallerGuiLangRes).Assembly);
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.UpdateInstaller.UpdateInstallerGuiLangRes", typeof(UpdateInstallerGuiLangRes).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
@@ -55,16 +50,12 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
/// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Globalization.CultureInfo Culture
{
get
{
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set
{
set {
resourceCulture = value;
}
}
@@ -72,10 +63,8 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Copying new files ... ähnelt.
/// </summary>
internal static string Status_CopyingFiles
{
get
{
internal static string Status_CopyingFiles {
get {
return ResourceManager.GetString("Status_CopyingFiles", resourceCulture);
}
}
@@ -83,10 +72,8 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Finished! ähnelt.
/// </summary>
internal static string Status_Done
{
get
{
internal static string Status_Done {
get {
return ResourceManager.GetString("Status_Done", resourceCulture);
}
}
@@ -94,10 +81,8 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Extracting update package ... ähnelt.
/// </summary>
internal static string Status_Extracting
{
get
{
internal static string Status_Extracting {
get {
return ResourceManager.GetString("Status_Extracting", resourceCulture);
}
}
@@ -105,10 +90,8 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Removing files ... ähnelt.
/// </summary>
internal static string Status_RemovingFiles
{
get
{
internal static string Status_RemovingFiles {
get {
return ResourceManager.GetString("Status_RemovingFiles", resourceCulture);
}
}
@@ -116,10 +99,8 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Executing AddOn&apos;s ... ähnelt.
/// </summary>
internal static string Status_RunningAddOns
{
get
{
internal static string Status_RunningAddOns {
get {
return ResourceManager.GetString("Status_RunningAddOns", resourceCulture);
}
}
@@ -127,10 +108,8 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Waiting ... ähnelt.
/// </summary>
internal static string Status_Waiting
{
get
{
internal static string Status_Waiting {
get {
return ResourceManager.GetString("Status_Waiting", resourceCulture);
}
}
@@ -138,10 +117,8 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Installing Updates ähnelt.
/// </summary>
internal static string String_UpdateIsRunning
{
get
{
internal static string String_UpdateIsRunning {
get {
return ResourceManager.GetString("String_UpdateIsRunning", resourceCulture);
}
}
@@ -149,10 +126,8 @@ namespace SM64_ROM_Manager.Updating.UpdateInstaller.My.Resources
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Installing Updates for {0} ... ähnelt.
/// </summary>
internal static string String_UpdatingApplicationX
{
get
{
internal static string String_UpdatingApplicationX {
get {
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
{

View File

@@ -1,6 +1,6 @@
using System;
namespace SM64_ROM_Manager.Updating.UpdateInstaller
namespace Pilz.Updating.UpdateInstaller
{
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 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 */
namespace SM64_ROM_Manager.Updating.Client.GUI.My
namespace Pilz.Updating.Client.GUI.My
{
/* TODO ERROR: Skipped IfDirectiveTrivia */

View File

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

View File

@@ -11,7 +11,7 @@
using System.Diagnostics;
using Microsoft.VisualBasic;
namespace SM64_ROM_Manager.Updating.Client.GUI.My
namespace Pilz.Updating.Client.GUI.My
{
[System.Runtime.CompilerServices.CompilerGenerated()]
[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()]
[DebuggerNonUserCode()]

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.Client.GUI {
namespace Pilz.Updating.Client.GUI {
using System;
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;

View File

@@ -11,7 +11,7 @@
using System.Diagnostics;
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
@@ -40,7 +40,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI.My.Resources
{
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;
}

View File

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

View File

@@ -1,7 +1,7 @@
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
{

View File

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

View File

@@ -5,7 +5,7 @@ using System.Windows.Forms;
using global::DevComponents.DotNetBar;
using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Client.GUI
namespace Pilz.Updating.Client.GUI
{
[DesignerGenerated()]
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.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
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");
this.ButtonX_Install.Name = "ButtonX_Install";
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.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
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");
this.ButtonX_Cancel.Name = "ButtonX_Cancel";
this.ButtonX_Cancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;

View File

@@ -1,9 +1,9 @@
using System.Drawing;
using System.Windows.Forms;
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
{

View File

@@ -10,7 +10,7 @@
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
@@ -43,7 +43,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI.My.Resources
{
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;
}

View File

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

View File

@@ -1,5 +1,5 @@
namespace SM64_ROM_Manager.Updating
namespace Pilz.Updating
{
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 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 */
namespace SM64_ROM_Manager.Updating.My
namespace Pilz.Updating.My
{
/* TODO ERROR: Skipped IfDirectiveTrivia */

View File

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

View File

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

View File

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

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.My.Resources {
namespace Pilz.Updating.My.Resources {
using System;
@@ -19,7 +19,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
// -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
// 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.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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