Update Shop editor UI (WIP)

This commit is contained in:
2022-10-31 13:07:50 +08:00
parent 3be6550593
commit 757bb2dd95
4 changed files with 1026 additions and 0 deletions

View File

@@ -114,6 +114,12 @@
<Compile Include="Forms\FormMain.Designer.cs">
<DependentUpon>FormMain.cs</DependentUpon>
</Compile>
<Compile Include="Forms\FormShopEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormShopEditor.Designer.cs">
<DependentUpon>FormShopEditor.cs</DependentUpon>
</Compile>
<Compile Include="Forms\FormTextMapBrowser.cs">
<SubType>Form</SubType>
</Compile>
@@ -207,6 +213,9 @@
<DependentUpon>FormMain.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormShopEditor.resx">
<DependentUpon>FormShopEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormTextMapBrowser.en-US.resx">
<DependentUpon>FormTextMapBrowser.cs</DependentUpon>
</EmbeddedResource>