aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/My Project
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-20 16:43:01 +0700
committerEverythingWindows <[email protected]>2022-11-20 16:43:01 +0700
commit2fa56446be7a049994786931e9145043362e8adb (patch)
treefd715e8afde59181985e3e2c654dfbfeeda27880 /ShiftOS-TheRevival/My Project
parent5ae42df217ded307bb8e33611d2292ebdb523a18 (diff)
downloadshiftos-therevival-old-2fa56446be7a049994786931e9145043362e8adb.tar.gz
shiftos-therevival-old-2fa56446be7a049994786931e9145043362e8adb.tar.bz2
shiftos-therevival-old-2fa56446be7a049994786931e9145043362e8adb.zip
Guide command, MathQuiz App, ShiftOS About, and more
Diffstat (limited to 'ShiftOS-TheRevival/My Project')
-rw-r--r--ShiftOS-TheRevival/My Project/Resources.Designer.vb21
-rw-r--r--ShiftOS-TheRevival/My Project/Resources.resx3
2 files changed, 23 insertions, 1 deletions
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
'''<summary>
- ''' Looks up a localized string similar to 0.2.4.
+ ''' Looks up a localized string similar to 0.2.6.
'''</summary>
Friend ReadOnly Property CurrentVersion() As String
Get
@@ -382,6 +382,25 @@ Namespace My.Resources
End Property
'''<summary>
+ ''' 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 &apos;lorem.zip&apos; &apos;ipsum.txt&apos;.
+ '''</summary>
+ Friend ReadOnly Property man_zip() As String
+ Get
+ Return ResourceManager.GetString("man_zip", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property MenuBanner1() As 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 @@
<data name="man_ver" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\man manuals\ver.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
+ <data name="man_zip" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\man manuals\zip.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
+ </data>
<data name="MenuBanner1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Menu Picture\ShiftOS_MenuBanner1.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>