Skip to content

Commit

Permalink
Merge pull request #48 from burninrubber0/wheellist
Browse files Browse the repository at this point in the history
WheelList editor
  • Loading branch information
burninrubber0 committed Dec 6, 2023
2 parents 162b65b + 3f9092d commit 9c4571c
Show file tree
Hide file tree
Showing 16 changed files with 1,452 additions and 4 deletions.
20 changes: 16 additions & 4 deletions BundleManager.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BundleManager", "BundleManager\BundleManager.csproj", "{F11A0DF0-A25C-4E94-AA54-D0DD51F15A8E}"
ProjectSection(ProjectDependencies) = postProject
{754DDA1C-8F2F-4F6C-8BC0-D6553A9A7451} = {754DDA1C-8F2F-4F6C-8BC0-D6553A9A7451}
{7743D330-6A1A-496C-872B-E36C9EB38CE7} = {7743D330-6A1A-496C-872B-E36C9EB38CE7}
{07E80234-B95F-42DC-99A3-A89A929DDDBF} = {07E80234-B95F-42DC-99A3-A89A929DDDBF}
{557FC08F-7ACD-44D7-AC1F-FB815A267A36} = {557FC08F-7ACD-44D7-AC1F-FB815A267A36}
{47381AB0-8EEC-49E2-AC2F-D8AD2AC0F2DC} = {47381AB0-8EEC-49E2-AC2F-D8AD2AC0F2DC}
{20E7A1C4-AFCD-4B8A-8AEF-06B0C27E72B7} = {20E7A1C4-AFCD-4B8A-8AEF-06B0C27E72B7}
{47381AB0-8EEC-49E2-AC2F-D8AD2AC0F2DC} = {47381AB0-8EEC-49E2-AC2F-D8AD2AC0F2DC}
{557FC08F-7ACD-44D7-AC1F-FB815A267A36} = {557FC08F-7ACD-44D7-AC1F-FB815A267A36}
{754DDA1C-8F2F-4F6C-8BC0-D6553A9A7451} = {754DDA1C-8F2F-4F6C-8BC0-D6553A9A7451}
{7743D330-6A1A-496C-872B-E36C9EB38CE7} = {7743D330-6A1A-496C-872B-E36C9EB38CE7}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BundleFormat", "BundleFormat\BundleFormat.csproj", "{49B81828-760C-42DB-9FAD-96755597C871}"
Expand Down Expand Up @@ -55,6 +55,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorldCollisionHandler", "Wo
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LuaList", "LuaList\LuaList.csproj", "{D1395FDE-6A64-4D9F-9DCA-60825BD0A43C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WheelList", "WheelList\WheelList.csproj", "{56CAC721-417D-445A-9031-DD365313C703}"
ProjectSection(ProjectDependencies) = postProject
{34471573-F236-4A7C-ABD9-C1FE4686B37E} = {34471573-F236-4A7C-ABD9-C1FE4686B37E}
{49B81828-760C-42DB-9FAD-96755597C871} = {49B81828-760C-42DB-9FAD-96755597C871}
{757F0204-F091-464D-AA42-FE8919FF73BB} = {757F0204-F091-464D-AA42-FE8919FF73BB}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -133,6 +140,10 @@ Global
{D1395FDE-6A64-4D9F-9DCA-60825BD0A43C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1395FDE-6A64-4D9F-9DCA-60825BD0A43C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1395FDE-6A64-4D9F-9DCA-60825BD0A43C}.Release|Any CPU.Build.0 = Release|Any CPU
{56CAC721-417D-445A-9031-DD365313C703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56CAC721-417D-445A-9031-DD365313C703}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56CAC721-417D-445A-9031-DD365313C703}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56CAC721-417D-445A-9031-DD365313C703}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -156,6 +167,7 @@ Global
{7743D330-6A1A-496C-872B-E36C9EB38CE7} = {60F98E02-807F-4EDC-8747-147C365606B1}
{754DDA1C-8F2F-4F6C-8BC0-D6553A9A7451} = {60F98E02-807F-4EDC-8747-147C365606B1}
{D1395FDE-6A64-4D9F-9DCA-60825BD0A43C} = {60F98E02-807F-4EDC-8747-147C365606B1}
{56CAC721-417D-445A-9031-DD365313C703} = {60F98E02-807F-4EDC-8747-147C365606B1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {566130B7-31A2-4407-A2E1-C22E60C85C2C}
Expand Down
103 changes: 103 additions & 0 deletions WheelList/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

133 changes: 133 additions & 0 deletions WheelList/Properties/Resources.resx
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="AddTableHS" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\AddTableHS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="CopyHS" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\CopyHS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="EditTableHS" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\EditTableHS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="remove_xform" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\remove_xform.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added WheelList/Resources/AddTableHS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WheelList/Resources/CopyHS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WheelList/Resources/EditTableHS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WheelList/Resources/remove_xform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9c4571c

Please sign in to comment.