diff options
Diffstat (limited to 'ShiftOS-TheRevival/My Project/Resources.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 21 |
1 files changed, 20 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 'lorem.zip' 'ipsum.txt'. + '''</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 |
