diff options
Diffstat (limited to 'ShiftOS-TheRevival/My Project/Resources.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index c89bfdd..faa47fa 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.6. + ''' Looks up a localized string similar to 0.2.7. '''</summary> Friend ReadOnly Property CurrentVersion() As String Get @@ -82,6 +82,16 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized resource of type System.Drawing.Bitmap. + '''</summary> + Friend ReadOnly Property ico_folder() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("ico_folder", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to A basic command-line tool for simple calculation. ''' '''example: |
