Skip to content

Commit

Permalink
v3.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
JiXiaomai committed Jun 20, 2023
1 parent 813f0a7 commit 4ce2214
Show file tree
Hide file tree
Showing 3,622 changed files with 140,859 additions and 3,045 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/SMM2VIEWER/v17/.suo
Binary file not shown.
14 changes: 13 additions & 1 deletion App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Drawing.Common" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
1,506 changes: 1,243 additions & 263 deletions Form1.Designer.vb

Large diffs are not rendered by default.

1,441 changes: 1,439 additions & 2 deletions Form1.resx

Large diffs are not rendered by default.

4,062 changes: 1,995 additions & 2,067 deletions Form1.vb

Large diffs are not rendered by default.

42 changes: 38 additions & 4 deletions Form3.Designer.vb

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

19 changes: 15 additions & 4 deletions Form3.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
isMove = False
End Sub


Dim TempP As Image
Private Sub P_MouseMove(sender As Object, e As MouseEventArgs) Handles P.MouseMove
If isMove Then
P.Left += e.X - MX
Expand All @@ -20,12 +20,23 @@
CX = 1 + e.X \ PZoom
CY = 1 + e.Y \ PZoom
If CX <> CX0 OrElse CY <> CY0 Then
ToolTip1.Hide(P)
'ToolTip1.Hide(P)
ObjC = ObjLocData(1, CX, MapHeight(1) + 1 - CY)
TTipImg = GetItemImg(ObjC, TTW, TTH)
ToolTip1.Show(" ", P)
'TTipImg = GetItemImg(ObjC, TTW, TTH)
'ToolTip1.Show(" ", P)
TempP = GetItemImg(ObjC, TTW, TTH)
If TempP Is Nothing Then
Card.Left = -500
Else
Pic.Image = GetItemImg(ObjC, TTW, TTH)
Card.Left = P.Left + CX * PZoom
Card.Top = P.Top + CY * PZoom
End If

CX0 = CX
CY0 = CY
Else

End If
End Sub
Protected Overrides Sub OnLoad(e As EventArgs)
Expand Down
64 changes: 64 additions & 0 deletions ImgLabel.Designer.vb

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

120 changes: 120 additions & 0 deletions ImgLabel.resx
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<?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>
</root>
3 changes: 3 additions & 0 deletions ImgLabel.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Public Class ImgLabel

End Class
3 changes: 2 additions & 1 deletion ModuleCode.vb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
code &= Mid(chr1, (num Mod 30) + 1, 1)
num \= 30
Loop
R += (vbCrLf & IIf(D = "0", "关卡ID:", "工匠ID:") & code)
'R += (vbCrLf & IIf(D = "0", "关卡ID:", "工匠ID:") & code)
R = code
Return R
End Function
Function Code2Num(code As String, ByRef INFO As String) As Integer
Expand Down
Loading

0 comments on commit 4ce2214

Please sign in to comment.