From 2fa56446be7a049994786931e9145043362e8adb Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 20 Nov 2022 16:43:01 +0700 Subject: Guide command, MathQuiz App, ShiftOS About, and more --- ShiftOS-TheRevival/My Project/Resources.Designer.vb | 21 ++++++++++++++++++++- ShiftOS-TheRevival/My Project/Resources.resx | 3 +++ 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'ShiftOS-TheRevival/My Project') diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index 98c9ecb..c89bfdd 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -61,7 +61,7 @@ Namespace My.Resources End Property ''' - ''' Looks up a localized string similar to 0.2.4. + ''' Looks up a localized string similar to 0.2.6. ''' Friend ReadOnly Property CurrentVersion() As String Get @@ -381,6 +381,25 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Compress file or directory into a zip file + ''' + '''[CONTENT TYPE] Type of content you want to add into the archive + '''-D Adding a directory into the archive + '''-F Adding a file into the archive + ''' + '''[FILENAME.ZIP] Filename of the archive you want to make + ''' + '''[CONTENT NAME] The name of file or directory you want to archive + ''' + '''example: zip -f 'lorem.zip' 'ipsum.txt'. + ''' + Friend ReadOnly Property man_zip() As String + Get + Return ResourceManager.GetString("man_zip", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' diff --git a/ShiftOS-TheRevival/My Project/Resources.resx b/ShiftOS-TheRevival/My Project/Resources.resx index 9bbc6f2..78650ad 100644 --- a/ShiftOS-TheRevival/My Project/Resources.resx +++ b/ShiftOS-TheRevival/My Project/Resources.resx @@ -202,6 +202,9 @@ ..\resources\man manuals\ver.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\man manuals\zip.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + ..\Resources\Menu Picture\ShiftOS_MenuBanner1.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a -- cgit v1.2.3