Skip to content

Commit 322bf22

Browse files
committed
bug fixes on setting, saving component will follow latest SignalRGB component standard
1 parent d36a6fd commit 322bf22

File tree

67 files changed

+223
-1024
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+223
-1024
lines changed
-883 Bytes
Binary file not shown.
2.5 KB
Binary file not shown.
-648 Bytes
Binary file not shown.
-118 KB
Binary file not shown.

SignalRGB-CompGen/.vs/SignalRGB-CompGen/v17/DocumentLayout.json

Lines changed: 41 additions & 495 deletions
Large diffs are not rendered by default.

SignalRGB-CompGen/Class/Helper.vb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,20 @@ Module Helper
182182
Return curSize
183183
End Function
184184

185+
<Extension>
186+
Public Function CapitalizeFirstLetter(ByVal input As String, Optional recurrent As Boolean = False) As String
187+
If recurrent Then
188+
Dim result As String = Nothing
189+
For Each word As String In input.Split(" "c)
190+
result &= word.CapitalizeFirstLetter(False)
191+
Next
192+
Return result
193+
Else
194+
If String.IsNullOrEmpty(input) Then Return input
195+
Return Char.ToUpper(input(0)) & input.Substring(1)
196+
End If
197+
End Function
198+
185199
End Module
186200

187201
Public Enum eMode

SignalRGB-CompGen/Class/MySettings.vb

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ Public Class Localization
6161
Public Vendor As String = "Vendor"
6262
Public Product As String = "Product"
6363
Public Type As String = "Type"
64+
Public Width As String = "Width"
65+
Public Height As String = "Height"
66+
Public LEDCount As String = "LED Count"
67+
Public SelectImage As String = "Select Image"
68+
Public SelectImageFile As String = "Select image file.."
69+
Public Position As String = "Position:"
70+
Public ComponentImage As String = "Component Image"
71+
Public ImageURL As String = "Image URL"
72+
6473
Public AIO As String = "AIO"
6574
Public Cable As String = "Cable"
6675
Public [Case] As String = "Case"
@@ -72,14 +81,11 @@ Public Class Localization
7281
Public Tower As String = "Tower"
7382
Public Heatsink As String = "Heatsink"
7483
Public Desk As String = "Desk"
75-
Public Width As String = "Width"
76-
Public Height As String = "Height"
77-
Public LEDCount As String = "LED Count"
78-
Public SelectImage As String = "Select Image"
79-
Public SelectImageFile As String = "Select image file.."
80-
Public Position As String = "Position:"
81-
Public ComponentImage As String = "Component Image"
82-
Public ImageURL As String = "Image URL"
84+
Public Cooler As String = "Cooler"
85+
Public GPU As String = "GPU"
86+
Public MatrixPanel As String = "Matrix Panel"
87+
Public Memory As String = "Memory"
88+
Public Storage As String = "Storage"
8389

8490
Public LEDInfo As String = "Index: {1}{0}Name: {2}{0}Position: {3}, {4}"
8591
Public AddLED As String = "Add LED"

SignalRGB-CompGen/My Project/PublishProfiles/FolderProfile.pubxml.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project>
66
<PropertyGroup>
7-
<History>True|2025-03-16T17:28:58.6203260Z||;True|2025-03-17T01:28:54.7878370+08:00||;True|2025-03-13T23:58:40.0623123+08:00||;True|2025-03-13T23:36:26.7118630+08:00||;True|2025-03-09T22:56:07.4818911+08:00||;True|2024-12-23T17:34:43.2535721+08:00||;True|2024-10-16T02:18:03.2199911+08:00||;True|2024-10-16T02:17:51.2300983+08:00||;True|2024-10-15T21:17:17.0840999+08:00||;True|2024-09-19T00:33:09.9794940+08:00||;True|2024-08-31T18:14:04.5034137+08:00||;True|2024-07-16T00:27:24.9657973+08:00||;True|2024-06-25T00:13:10.4175729+08:00||;True|2024-06-24T23:39:03.8475950+08:00||;True|2024-06-24T23:34:28.1022342+08:00||;True|2024-06-22T18:10:37.7445723+08:00||;True|2024-06-17T01:37:21.0918122+08:00||;True|2024-06-09T21:18:57.2685493+08:00||;True|2024-06-05T23:58:49.9321488+08:00||;True|2024-06-05T00:57:39.0888880+08:00||;True|2024-06-05T00:55:45.6306878+08:00||;True|2024-06-05T00:53:15.0344017+08:00||;True|2024-06-05T00:52:38.3559013+08:00||;True|2024-06-04T23:52:22.0299558+08:00||;</History>
7+
<History>True|2025-09-13T05:07:57.7505881Z;True|2025-09-13T12:19:12.5912908+08:00;True|2025-03-17T01:28:58.6203260+08:00;True|2025-03-17T01:28:54.7878370+08:00;True|2025-03-13T23:58:40.0623123+08:00;True|2025-03-13T23:36:26.7118630+08:00;True|2025-03-09T22:56:07.4818911+08:00;True|2024-12-23T17:34:43.2535721+08:00;True|2024-10-16T02:18:03.2199911+08:00;True|2024-10-16T02:17:51.2300983+08:00;True|2024-10-15T21:17:17.0840999+08:00;True|2024-09-19T00:33:09.9794940+08:00;True|2024-08-31T18:14:04.5034137+08:00;True|2024-07-16T00:27:24.9657973+08:00;True|2024-06-25T00:13:10.4175729+08:00;True|2024-06-24T23:39:03.8475950+08:00;True|2024-06-24T23:34:28.1022342+08:00;True|2024-06-22T18:10:37.7445723+08:00;True|2024-06-17T01:37:21.0918122+08:00;True|2024-06-09T21:18:57.2685493+08:00;True|2024-06-05T23:58:49.9321488+08:00;True|2024-06-05T00:57:39.0888880+08:00;True|2024-06-05T00:55:45.6306878+08:00;True|2024-06-05T00:53:15.0344017+08:00;True|2024-06-05T00:52:38.3559013+08:00;True|2024-06-04T23:52:22.0299558+08:00;</History>
88
<LastFailureDetails />
99
</PropertyGroup>
1010
</Project>

SignalRGB-CompGen/SignalRGB-CompGen.vbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<MyType>WindowsForms</MyType>
1010
<AssemblyName>compeditor</AssemblyName>
1111
<ApplicationIcon>1.ico</ApplicationIcon>
12-
<Version>2.0</Version>
12+
<Version>2.0.1</Version>
1313
<Authors>I'm Not MentaL</Authors>
1414
<Company>Haikou Nuoli Trading Co., Ltd.</Company>
1515
<PackageProjectUrl>https://nolliergb.cn</PackageProjectUrl>
1616
<PackageIcon>nollie.png</PackageIcon>
1717
<RepositoryUrl>https://github.com/qiangqiang101/SignalRGB-CompGen</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
19-
<AssemblyVersion>2.0</AssemblyVersion>
20-
<FileVersion>2.0</FileVersion>
19+
<AssemblyVersion>2.0.1</AssemblyVersion>
20+
<FileVersion>2.0.1</FileVersion>
2121
</PropertyGroup>
2222

2323
<ItemGroup>

SignalRGB-CompGen/SignalRGB-CompGen.vbproj.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<_LastSelectedProfileId>C:\Users\ADMIN\Documents\GitHub\Nollie-SignalRGB-Component-Editor\SignalRGB-CompGen\My Project\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
4+
<_LastSelectedProfileId>D:\Users\WePro\Documents\GitHub\SignalRGB-CompGen\SignalRGB-CompGen\My Project\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
55
</PropertyGroup>
66
<ItemGroup>
77
<Compile Update="Class\FormEx.vb">

0 commit comments

Comments
 (0)