mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-04 22:05:08 +00:00
Renamed and moved addMeta.cs
This commit is contained in:
@@ -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();
|
||||
@@ -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();
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user