diff options
Diffstat (limited to 'windows 95/My Project/Resources.Designer.vb')
| -rwxr-xr-x | windows 95/My Project/Resources.Designer.vb | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/windows 95/My Project/Resources.Designer.vb b/windows 95/My Project/Resources.Designer.vb index 13d5a74..2cbd0c6 100755 --- a/windows 95/My Project/Resources.Designer.vb +++ b/windows 95/My Project/Resources.Designer.vb @@ -1,7 +1,7 @@ '------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
-' Runtime Version:4.0.30319.17929
+' Runtime Version:4.0.30319.0
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
@@ -183,6 +183,16 @@ Namespace My.Resources '''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
+ Friend ReadOnly Property closereg() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("closereg", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
Friend ReadOnly Property documents_pic_start() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("documents pic start", resourceCulture)
@@ -633,6 +643,16 @@ Namespace My.Resources '''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
+ Friend ReadOnly Property maximise() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("maximise", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
Friend ReadOnly Property Maximize() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Maximize", resourceCulture)
@@ -653,6 +673,16 @@ Namespace My.Resources '''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
+ Friend ReadOnly Property minimise() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("minimise", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
Friend ReadOnly Property minimize() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("minimize", resourceCulture)
@@ -1083,6 +1113,16 @@ Namespace My.Resources '''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
+ Friend ReadOnly Property title() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("title", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
Friend ReadOnly Property true_color() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("true color", resourceCulture)
|
