Winify – Diff between revs 12 and 13

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 12 Rev 13
Line 57... Line 57...
57 } 57 }
58 set { 58 set {
59 resourceCulture = value; 59 resourceCulture = value;
60 } 60 }
61 } 61 }
62 -  
63 /// <summary> -  
64 /// Looks up a localized resource of type System.Drawing.Bitmap. -  
65 /// </summary> -  
66 internal static System.Drawing.Bitmap about { -  
67 get { -  
68 object obj = ResourceManager.GetObject("about", resourceCulture); -  
69 return ((System.Drawing.Bitmap)(obj)); -  
70 } -  
71 } -  
72 -  
73 /// <summary> -  
74 /// Looks up a localized resource of type System.Drawing.Bitmap. -  
75 /// </summary> -  
76 internal static System.Drawing.Bitmap close { -  
77 get { -  
78 object obj = ResourceManager.GetObject("close", resourceCulture); -  
79 return ((System.Drawing.Bitmap)(obj)); -  
80 } -  
81 } -  
82 -  
83 /// <summary> -  
84 /// Looks up a localized resource of type System.Drawing.Bitmap. -  
85 /// </summary> -  
86 internal static System.Drawing.Bitmap exit { -  
87 get { -  
88 object obj = ResourceManager.GetObject("exit", resourceCulture); -  
89 return ((System.Drawing.Bitmap)(obj)); -  
90 } -  
91 } -  
92 -  
93 /// <summary> -  
94 /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. -  
95 /// </summary> -  
96 internal static System.IO.UnmanagedMemoryStream notification { -  
97 get { -  
98 return ResourceManager.GetStream("notification", resourceCulture); -  
99 } -  
100 } -  
101 -  
102 /// <summary> -  
103 /// Looks up a localized resource of type System.Drawing.Bitmap. -  
104 /// </summary> -  
105 internal static System.Drawing.Bitmap settings { -  
106 get { -  
107 object obj = ResourceManager.GetObject("settings", resourceCulture); -  
108 return ((System.Drawing.Bitmap)(obj)); -  
109 } -  
110 } -  
111 -  
112 /// <summary> -  
113 /// Looks up a localized resource of type System.Drawing.Bitmap. -  
114 /// </summary> -  
115 internal static System.Drawing.Bitmap update { -  
116 get { -  
117 object obj = ResourceManager.GetObject("update", resourceCulture); -  
118 return ((System.Drawing.Bitmap)(obj)); -  
119 } -  
120 } -  
121 -  
122 /// <summary> -  
123 /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). -  
124 /// </summary> -  
125 internal static System.Drawing.Icon Winify { -  
126 get { -  
127 object obj = ResourceManager.GetObject("Winify", resourceCulture); -  
128 return ((System.Drawing.Icon)(obj)); -  
129 } -  
130 } -  
131 -  
132 /// <summary> -  
133 /// Looks up a localized resource of type System.Drawing.Bitmap. -  
134 /// </summary> -  
135 internal static System.Drawing.Bitmap winify1 { -  
136 get { -  
137 object obj = ResourceManager.GetObject("winify1", resourceCulture); -  
138 return ((System.Drawing.Bitmap)(obj)); -  
139 } -  
140 } -  
141 -  
142 /// <summary> -  
143 /// Looks up a localized resource of type System.Byte[]. -  
144 /// </summary> -  
145 internal static byte[] winify2 { -  
146 get { -  
147 object obj = ResourceManager.GetObject("winify2", resourceCulture); -  
148 return ((byte[])(obj)); -  
149 } -  
150 } -  
151 } 62 }
152 } 63 }