Korero – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | //------------------------------------------------------------------------------ |
2 | // <auto-generated> |
||
3 | // This code was generated by a tool. |
||
4 | // Runtime Version:4.0.30319.42000 |
||
5 | // |
||
6 | // Changes to this file may cause incorrect behavior and will be lost if |
||
7 | // the code is regenerated. |
||
8 | // </auto-generated> |
||
9 | //------------------------------------------------------------------------------ |
||
10 | |||
11 | namespace Korero.Properties { |
||
12 | using System; |
||
13 | |||
14 | |||
15 | /// <summary> |
||
16 | /// A strongly-typed resource class, for looking up localized strings, etc. |
||
17 | /// </summary> |
||
18 | // This class was auto-generated by the StronglyTypedResourceBuilder |
||
19 | // class via a tool like ResGen or Visual Studio. |
||
20 | // To add or remove a member, edit your .ResX file then rerun ResGen |
||
21 | // with the /str option, or rebuild your VS project. |
||
22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] |
||
23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
||
25 | public class Resources { |
||
26 | |||
27 | private static global::System.Resources.ResourceManager resourceMan; |
||
28 | |||
29 | private static global::System.Globalization.CultureInfo resourceCulture; |
||
30 | |||
31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] |
||
32 | internal Resources() { |
||
33 | } |
||
34 | |||
35 | /// <summary> |
||
36 | /// Returns the cached ResourceManager instance used by this class. |
||
37 | /// </summary> |
||
38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
||
39 | public static global::System.Resources.ResourceManager ResourceManager { |
||
40 | get { |
||
41 | if (object.ReferenceEquals(resourceMan, null)) { |
||
42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Korero.Properties.Resources", typeof(Resources).Assembly); |
||
43 | resourceMan = temp; |
||
44 | } |
||
45 | return resourceMan; |
||
46 | } |
||
47 | } |
||
48 | |||
49 | /// <summary> |
||
50 | /// Overrides the current thread's CurrentUICulture property for all |
||
51 | /// resource lookups using this strongly typed resource class. |
||
52 | /// </summary> |
||
53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
||
54 | public static global::System.Globalization.CultureInfo Culture { |
||
55 | get { |
||
56 | return resourceCulture; |
||
57 | } |
||
58 | set { |
||
59 | resourceCulture = value; |
||
60 | } |
||
61 | } |
||
62 | |||
63 | /// <summary> |
||
64 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
65 | /// </summary> |
||
66 | public static System.Drawing.Bitmap _new { |
||
67 | get { |
||
68 | object obj = ResourceManager.GetObject("_new", 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 | public static System.Drawing.Bitmap about { |
||
77 | get { |
||
78 | object obj = ResourceManager.GetObject("about", 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 | public static System.Drawing.Bitmap add { |
||
87 | get { |
||
88 | object obj = ResourceManager.GetObject("add", resourceCulture); |
||
89 | return ((System.Drawing.Bitmap)(obj)); |
||
90 | } |
||
91 | } |
||
92 | |||
93 | /// <summary> |
||
94 | /// Looks up a localized string similar to Available. |
||
95 | /// </summary> |
||
96 | public static string Available { |
||
97 | get { |
||
98 | return ResourceManager.GetString("Available", resourceCulture); |
||
99 | } |
||
100 | } |
||
101 | |||
102 | /// <summary> |
||
103 | /// Looks up a localized string similar to Away. |
||
104 | /// </summary> |
||
105 | public static string Away { |
||
106 | get { |
||
107 | return ResourceManager.GetString("Away", resourceCulture); |
||
108 | } |
||
109 | } |
||
110 | |||
111 | /// <summary> |
||
112 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
113 | /// </summary> |
||
114 | public static System.Drawing.Bitmap blimpball { |
||
115 | get { |
||
116 | object obj = ResourceManager.GetObject("blimpball", resourceCulture); |
||
117 | return ((System.Drawing.Bitmap)(obj)); |
||
118 | } |
||
119 | } |
||
120 | |||
121 | /// <summary> |
||
122 | /// Looks up a localized resource of type System.Byte[]. |
||
123 | /// </summary> |
||
124 | public static byte[] blimpball1 { |
||
125 | get { |
||
126 | object obj = ResourceManager.GetObject("blimpball1", resourceCulture); |
||
127 | return ((byte[])(obj)); |
||
128 | } |
||
129 | } |
||
130 | |||
131 | /// <summary> |
||
132 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
133 | /// </summary> |
||
134 | public static System.Drawing.Bitmap chat { |
||
135 | get { |
||
136 | object obj = ResourceManager.GetObject("chat", resourceCulture); |
||
137 | return ((System.Drawing.Bitmap)(obj)); |
||
138 | } |
||
139 | } |
||
140 | |||
141 | /// <summary> |
||
142 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
143 | /// </summary> |
||
144 | public static System.Drawing.Bitmap close { |
||
145 | get { |
||
146 | object obj = ResourceManager.GetObject("close", resourceCulture); |
||
147 | return ((System.Drawing.Bitmap)(obj)); |
||
148 | } |
||
149 | } |
||
150 | |||
151 | /// <summary> |
||
152 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
153 | /// </summary> |
||
154 | public static System.Drawing.Bitmap closefile { |
||
155 | get { |
||
156 | object obj = ResourceManager.GetObject("closefile", resourceCulture); |
||
157 | return ((System.Drawing.Bitmap)(obj)); |
||
158 | } |
||
159 | } |
||
160 | |||
161 | /// <summary> |
||
162 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
163 | /// </summary> |
||
164 | public static System.Drawing.Bitmap come_on { |
||
165 | get { |
||
166 | object obj = ResourceManager.GetObject("come_on", resourceCulture); |
||
167 | return ((System.Drawing.Bitmap)(obj)); |
||
168 | } |
||
169 | } |
||
170 | |||
171 | /// <summary> |
||
172 | /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. |
||
173 | /// </summary> |
||
174 | public static System.IO.UnmanagedMemoryStream comm { |
||
175 | get { |
||
176 | return ResourceManager.GetStream("comm", resourceCulture); |
||
177 | } |
||
178 | } |
||
179 | |||
180 | /// <summary> |
||
181 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
182 | /// </summary> |
||
183 | public static System.Drawing.Bitmap conversation { |
||
184 | get { |
||
185 | object obj = ResourceManager.GetObject("conversation", resourceCulture); |
||
186 | return ((System.Drawing.Bitmap)(obj)); |
||
187 | } |
||
188 | } |
||
189 | |||
190 | /// <summary> |
||
191 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
192 | /// </summary> |
||
193 | public static System.Drawing.Bitmap creator { |
||
194 | get { |
||
195 | object obj = ResourceManager.GetObject("creator", resourceCulture); |
||
196 | return ((System.Drawing.Bitmap)(obj)); |
||
197 | } |
||
198 | } |
||
199 | |||
200 | /// <summary> |
||
201 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
202 | /// </summary> |
||
203 | public static System.Drawing.Bitmap default_profile_picture { |
||
204 | get { |
||
205 | object obj = ResourceManager.GetObject("default_profile_picture", resourceCulture); |
||
206 | return ((System.Drawing.Bitmap)(obj)); |
||
207 | } |
||
208 | } |
||
209 | |||
210 | /// <summary> |
||
211 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
212 | /// </summary> |
||
213 | public static System.Drawing.Bitmap employee { |
||
214 | get { |
||
215 | object obj = ResourceManager.GetObject("employee", resourceCulture); |
||
216 | return ((System.Drawing.Bitmap)(obj)); |
||
217 | } |
||
218 | } |
||
219 | |||
220 | /// <summary> |
||
221 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
222 | /// </summary> |
||
223 | public static System.Drawing.Bitmap exit { |
||
224 | get { |
||
225 | object obj = ResourceManager.GetObject("exit", resourceCulture); |
||
226 | return ((System.Drawing.Bitmap)(obj)); |
||
227 | } |
||
228 | } |
||
229 | |||
230 | /// <summary> |
||
231 | /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). |
||
232 | /// </summary> |
||
233 | public static System.Drawing.Icon favicon { |
||
234 | get { |
||
235 | object obj = ResourceManager.GetObject("favicon", resourceCulture); |
||
236 | return ((System.Drawing.Icon)(obj)); |
||
237 | } |
||
238 | } |
||
239 | |||
240 | /// <summary> |
||
241 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
242 | /// </summary> |
||
243 | public static System.Drawing.Bitmap fly { |
||
244 | get { |
||
245 | object obj = ResourceManager.GetObject("fly", resourceCulture); |
||
246 | return ((System.Drawing.Bitmap)(obj)); |
||
247 | } |
||
248 | } |
||
249 | |||
250 | /// <summary> |
||
251 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
252 | /// </summary> |
||
253 | public static System.Drawing.Bitmap gift { |
||
254 | get { |
||
255 | object obj = ResourceManager.GetObject("gift", resourceCulture); |
||
256 | return ((System.Drawing.Bitmap)(obj)); |
||
257 | } |
||
258 | } |
||
259 | |||
260 | /// <summary> |
||
261 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
262 | /// </summary> |
||
263 | public static System.Drawing.Bitmap heart_beat { |
||
264 | get { |
||
265 | object obj = ResourceManager.GetObject("heart_beat", resourceCulture); |
||
266 | return ((System.Drawing.Bitmap)(obj)); |
||
267 | } |
||
268 | } |
||
269 | |||
270 | /// <summary> |
||
271 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
272 | /// </summary> |
||
273 | public static System.Drawing.Bitmap house { |
||
274 | get { |
||
275 | object obj = ResourceManager.GetObject("house", resourceCulture); |
||
276 | return ((System.Drawing.Bitmap)(obj)); |
||
277 | } |
||
278 | } |
||
279 | |||
280 | /// <summary> |
||
281 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
282 | /// </summary> |
||
283 | public static System.Drawing.Bitmap inventory { |
||
284 | get { |
||
285 | object obj = ResourceManager.GetObject("inventory", resourceCulture); |
||
286 | return ((System.Drawing.Bitmap)(obj)); |
||
287 | } |
||
288 | } |
||
289 | |||
290 | /// <summary> |
||
291 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
292 | /// </summary> |
||
293 | public static System.Drawing.Bitmap loading { |
||
294 | get { |
||
295 | object obj = ResourceManager.GetObject("loading", resourceCulture); |
||
296 | return ((System.Drawing.Bitmap)(obj)); |
||
297 | } |
||
298 | } |
||
299 | |||
300 | /// <summary> |
||
301 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
302 | /// </summary> |
||
303 | public static System.Drawing.Bitmap map { |
||
304 | get { |
||
305 | object obj = ResourceManager.GetObject("map", resourceCulture); |
||
306 | return ((System.Drawing.Bitmap)(obj)); |
||
307 | } |
||
308 | } |
||
309 | |||
310 | /// <summary> |
||
311 | /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. |
||
312 | /// </summary> |
||
313 | public static System.IO.UnmanagedMemoryStream money { |
||
314 | get { |
||
315 | return ResourceManager.GetStream("money", resourceCulture); |
||
316 | } |
||
317 | } |
||
318 | |||
319 | /// <summary> |
||
320 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
321 | /// </summary> |
||
322 | public static System.Drawing.Bitmap openfile { |
||
323 | get { |
||
324 | object obj = ResourceManager.GetObject("openfile", resourceCulture); |
||
325 | return ((System.Drawing.Bitmap)(obj)); |
||
326 | } |
||
327 | } |
||
328 | |||
329 | /// <summary> |
||
330 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
331 | /// </summary> |
||
332 | public static System.Drawing.Bitmap relationship { |
||
333 | get { |
||
334 | object obj = ResourceManager.GetObject("relationship", resourceCulture); |
||
335 | return ((System.Drawing.Bitmap)(obj)); |
||
336 | } |
||
337 | } |
||
338 | |||
339 | /// <summary> |
||
340 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
341 | /// </summary> |
||
342 | public static System.Drawing.Bitmap route { |
||
343 | get { |
||
344 | object obj = ResourceManager.GetObject("route", resourceCulture); |
||
345 | return ((System.Drawing.Bitmap)(obj)); |
||
346 | } |
||
347 | } |
||
348 | |||
349 | /// <summary> |
||
350 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
351 | /// </summary> |
||
352 | public static System.Drawing.Bitmap salary { |
||
353 | get { |
||
354 | object obj = ResourceManager.GetObject("salary", resourceCulture); |
||
355 | return ((System.Drawing.Bitmap)(obj)); |
||
356 | } |
||
357 | } |
||
358 | |||
359 | /// <summary> |
||
360 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
361 | /// </summary> |
||
362 | public static System.Drawing.Bitmap settings { |
||
363 | get { |
||
364 | object obj = ResourceManager.GetObject("settings", resourceCulture); |
||
365 | return ((System.Drawing.Bitmap)(obj)); |
||
366 | } |
||
367 | } |
||
368 | |||
369 | /// <summary> |
||
370 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
371 | /// </summary> |
||
372 | public static System.Drawing.Bitmap social_responsibility { |
||
373 | get { |
||
374 | object obj = ResourceManager.GetObject("social_responsibility", resourceCulture); |
||
375 | return ((System.Drawing.Bitmap)(obj)); |
||
376 | } |
||
377 | } |
||
378 | |||
379 | /// <summary> |
||
380 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
381 | /// </summary> |
||
382 | public static System.Drawing.Bitmap support { |
||
383 | get { |
||
384 | object obj = ResourceManager.GetObject("support", resourceCulture); |
||
385 | return ((System.Drawing.Bitmap)(obj)); |
||
386 | } |
||
387 | } |
||
388 | |||
389 | /// <summary> |
||
390 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
391 | /// </summary> |
||
392 | public static System.Drawing.Bitmap teleportation { |
||
393 | get { |
||
394 | object obj = ResourceManager.GetObject("teleportation", resourceCulture); |
||
395 | return ((System.Drawing.Bitmap)(obj)); |
||
396 | } |
||
397 | } |
||
398 | |||
399 | /// <summary> |
||
400 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
401 | /// </summary> |
||
402 | public static System.Drawing.Bitmap update { |
||
403 | get { |
||
404 | object obj = ResourceManager.GetObject("update", resourceCulture); |
||
405 | return ((System.Drawing.Bitmap)(obj)); |
||
406 | } |
||
407 | } |
||
408 | |||
409 | /// <summary> |
||
410 | /// Looks up a localized resource of type System.Drawing.Bitmap. |
||
411 | /// </summary> |
||
412 | public static System.Drawing.Bitmap work { |
||
413 | get { |
||
414 | object obj = ResourceManager.GetObject("work", resourceCulture); |
||
415 | return ((System.Drawing.Bitmap)(obj)); |
||
416 | } |
||
417 | } |
||
418 | } |
||
419 | } |