-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resources.cs
358 lines (315 loc) · 8.56 KB
/
Resources.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
using System.CodeDom.Compiler;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Globalization;
using System.Resources;
using System.ComponentModel;
using System;
using System.Drawing;
namespace xk3yDVDMenu.Properties
{
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[DebuggerNonUserCode]
[CompilerGenerated]
internal class Resources
{
private static CultureInfo resourceCulture;
private static ResourceManager resourceMan;
[EditorBrowsable(EditorBrowsableState.Advanced)]
internal static CultureInfo Culture
{
get
{
return Resources.resourceCulture;
}
set
{
Resources.resourceCulture = value;
}
}
internal static string Form1_createDVDStyleXML_Creating__DVD_Style_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_createDVDStyleXML_Creating__DVD_Style_for_", Resources.resourceCulture);
}
}
internal static string Form1_createDVDStyleXML_Finding_ISOS_
{
get
{
return Resources.ResourceManager.GetString("Form1_createDVDStyleXML_Finding_ISOS_", Resources.resourceCulture);
}
}
internal static string Form1_createDVDStyleXML_Loading_theme_files___
{
get
{
return Resources.ResourceManager.GetString("Form1_createDVDStyleXML_Loading_theme_files___", Resources.resourceCulture);
}
}
internal static string Form1_createDVDStyleXML_Setting_Inital_Values___
{
get
{
return Resources.ResourceManager.GetString("Form1_createDVDStyleXML_Setting_Inital_Values___", Resources.resourceCulture);
}
}
internal static string Form1_Form1_Load_No_games_found_
{
get
{
return Resources.ResourceManager.GetString("Form1_Form1_Load_No_games_found_", Resources.resourceCulture);
}
}
internal static string Form1_gameBanner_Banner_download_failed_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBanner_Banner_download_failed_", Resources.resourceCulture);
}
}
internal static string Form1_gameBanner_Banner_saved_to_XML_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBanner_Banner_saved_to_XML_", Resources.resourceCulture);
}
}
internal static string Form1_gameBanner_Finding_banner_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBanner_Finding_banner_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameBanner_Found_local_banner_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBanner_Found_local_banner_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameBanner_No_banner_found_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBanner_No_banner_found_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameBanner_Searching_Xbox_com_banners_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBanner_Searching_Xbox_com_banners_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameBox_Box_download_failed_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBox_Box_download_failed_", Resources.resourceCulture);
}
}
internal static string Form1_gameBox_Cover_saved_to_XML_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBox_Cover_saved_to_XML_", Resources.resourceCulture);
}
}
internal static string Form1_gameBox_Finding_box_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBox_Finding_box_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameBox_Found_local_box_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBox_Found_local_box_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameBox_No_cover_found_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBox_No_cover_found_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameBox_Searching_Xbox_com_covers_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameBox_Searching_Xbox_com_covers_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameDesc_Finding_description_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameDesc_Finding_description_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameDesc_Found_description_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameDesc_Found_description_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameDesc_Found_in_XML_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameDesc_Found_in_XML_", Resources.resourceCulture);
}
}
internal static string Form1_gameDesc_Searching_Xbox_com_descriptions_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameDesc_Searching_Xbox_com_descriptions_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameDesc_Unable_to_find_description_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameDesc_Unable_to_find_description_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameGenre_Finding_genre_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameGenre_Finding_genre_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameGenre_Found_genre_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameGenre_Found_genre_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameGenre_No_genre_found_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameGenre_No_genre_found_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameGenre_Searching_Xbox_com_genre_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameGenre_Searching_Xbox_com_genre_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameTitle_Finding_title_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameTitle_Finding_title_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameTitle_Searching_Xbox_com_titles_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameTitle_Searching_Xbox_com_titles_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameTitle_Unable_to_find_title__using_filename_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameTitle_Unable_to_find_title__using_filename_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameTrailer_Downloading_Trailer_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameTrailer_Downloading_Trailer_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameTrailer_Finding_Trailer_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameTrailer_Finding_Trailer_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameTrailer_Found_local_Trailer_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameTrailer_Found_local_Trailer_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameTrailer_Searching_Xbox_com_Trailer_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameTrailer_Searching_Xbox_com_Trailer_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameTrailer_Trailer_download_failed_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameTrailer_Trailer_download_failed_for_", Resources.resourceCulture);
}
}
internal static string Form1_gameTrailer_Unable_to_find_Trailer_for_
{
get
{
return Resources.ResourceManager.GetString("Form1_gameTrailer_Unable_to_find_Trailer_for_", Resources.resourceCulture);
}
}
internal static string Form1_LoadDisks_Loading_disk_drives
{
get
{
return Resources.ResourceManager.GetString("Form1_LoadDisks_Loading_disk_drives", Resources.resourceCulture);
}
}
internal static Bitmap logo
{
get
{
object obj = Resources.ResourceManager.GetObject("logo", Resources.resourceCulture);
return (Bitmap)obj;
}
}
[EditorBrowsable(EditorBrowsableState.Advanced)]
internal static ResourceManager ResourceManager
{
get
{
if (object.ReferenceEquals(Resources.resourceMan, null))
{
ResourceManager temp = new ResourceManager("xk3yDVDMenu.Properties.Resources", typeof(Resources).Assembly);
Resources.resourceMan = temp;
}
return Resources.resourceMan;
}
}
internal static Bitmap site_logo5
{
get
{
object obj = Resources.ResourceManager.GetObject("site_logo5", Resources.resourceCulture);
return (Bitmap)obj;
}
}
internal Resources()
{
}
}
}