Renamed and moved addMeta.cs

This commit is contained in:
miku-666
2023-05-19 18:06:22 +02:00
parent 3e46529d71
commit 92e573956c
5 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
namespace PckStudio
namespace PckStudio.Forms.Additional_Popups
{
partial class addMeta
partial class AddPropertyPrompt
{
/// <summary>
/// Required designer variable.
@@ -28,7 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(addMeta));
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddPropertyPrompt));
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();

View File

@@ -1,21 +1,21 @@
using System;
using System.Windows.Forms;
namespace PckStudio
namespace PckStudio.Forms.Additional_Popups
{
public partial class addMeta : MetroFramework.Forms.MetroForm
public partial class AddPropertyPrompt : MetroFramework.Forms.MetroForm
{
public string PropertyName => textBox1.Text;
public string PropertyValue => textBox2.Text;
public addMeta(string name, string value)
public AddPropertyPrompt(string name, string value)
{
InitializeComponent();
textBox1.Text = name;
textBox2.Text = value;
}
public addMeta()
public AddPropertyPrompt()
{
InitializeComponent();
}

View File

@@ -348,11 +348,11 @@
<Compile Include="Forms\Additional-Popups\ItemSelectionPopUp.Designer.cs">
<DependentUpon>ItemSelectionPopUp.cs</DependentUpon>
</Compile>
<Compile Include="Forms\Skins-And-Textures\addMeta.cs">
<Compile Include="Forms\Additional-Popups\AddPropertyPrompt.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\Skins-And-Textures\addMeta.Designer.cs">
<DependentUpon>addMeta.cs</DependentUpon>
<Compile Include="Forms\Additional-Popups\AddPropertyPrompt.Designer.cs">
<DependentUpon>AddPropertyPrompt.cs</DependentUpon>
</Compile>
<Compile Include="Forms\Skins-And-Textures\addNewSkin.cs">
<SubType>Form</SubType>
@@ -549,11 +549,11 @@
<EmbeddedResource Include="Forms\Additional-Popups\ItemSelectionPopUp.resx">
<DependentUpon>ItemSelectionPopUp.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\Skins-And-Textures\addMeta.ja.resx">
<DependentUpon>addMeta.cs</DependentUpon>
<EmbeddedResource Include="Forms\Additional-Popups\AddPropertyPrompt.ja.resx">
<DependentUpon>AddPropertyPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\Skins-And-Textures\addMeta.resx">
<DependentUpon>addMeta.cs</DependentUpon>
<EmbeddedResource Include="Forms\Additional-Popups\AddPropertyPrompt.resx">
<DependentUpon>AddPropertyPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\Skins-And-Textures\addNewSkin.ja.resx">
<DependentUpon>addNewSkin.cs</DependentUpon>