-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathStrings.Designer.cs
649 lines (582 loc) · 27.4 KB
/
Strings.Designer.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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ScaleSmooth {
using System;
/// <summary>
/// Класс ресурса со строгой типизацией для поиска локализованных строк и т.д.
/// </summary>
// Этот класс создан автоматически классом StronglyTypedResourceBuilder
// с помощью такого средства, как ResGen или Visual Studio.
// Чтобы добавить или удалить член, измените файл .ResX и снова запустите ResGen
// с параметром /str или перестройте свой проект VS.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Strings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Strings() {
}
/// <summary>
/// Возвращает кэшированный экземпляр ResourceManager, использованный этим классом.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ScaleSmooth.Strings", typeof(Strings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Перезаписывает свойство CurrentUICulture текущего потока для всех
/// обращений к ресурсу с помощью этого класса ресурса со строгой типизацией.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Accurate.
/// </summary>
internal static string Accurate {
get {
return ResourceManager.GetString("Accurate", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Sharp and there is no grid structure, but a bit noisy and a halo may be present
///
///Incredibely Fast - Fast, but you can't process multiple images at once.
/// </summary>
internal static string AntiBicubic {
get {
return ResourceManager.GetString("AntiBicubic", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Better videocard required! (Recommended NVIDIA GeForce 410+).
/// </summary>
internal static string BetterVideocard {
get {
return ResourceManager.GetString("BetterVideocard", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Grid structure, little bit noisy and contrasty (for accuracy, subsequent reverse correction is desirable) and too small details may lost
///
///Very fast - Normal, but you can process multiple images at the same time without losing speed.
/// </summary>
internal static string boldScale {
get {
return ResourceManager.GetString("boldScale", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Close program and cancel processing
///If this doesn't work, wait or kill process scaleSmooth from TaskManager (Ctrl+Shift+Esc).
/// </summary>
internal static string Close {
get {
return ResourceManager.GetString("Close", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Close.
/// </summary>
internal static string CloseButton {
get {
return ResourceManager.GetString("CloseButton", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Color.
/// </summary>
internal static string Color {
get {
return ResourceManager.GetString("Color", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Perfect result, but too contrasty (for accuracy, subsequent reverse correction is required) and too small details are lost
///
///Very fast - Normal, but you can process multiple images at the same time without losing speed.
/// </summary>
internal static string contrastBoldScale {
get {
return ResourceManager.GetString("contrastBoldScale", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Click middle mouse button to copy stopwatch value.
/// </summary>
internal static string CopyStopwatch {
get {
return ResourceManager.GetString("CopyStopwatch", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Example result of selected method.
/// </summary>
internal static string Demo {
get {
return ResourceManager.GetString("Demo", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Example result of bilinear interpolation.
/// </summary>
internal static string DemoBilinear {
get {
return ResourceManager.GetString("DemoBilinear", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на ETA.
/// </summary>
internal static string ETA {
get {
return ResourceManager.GetString("ETA", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Fast.
/// </summary>
internal static string Fast {
get {
return ResourceManager.GetString("Fast", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Select Fast (0) or Accurate (100) variant or something in between
///Space to default value (42).
/// </summary>
internal static string FastAccurate {
get {
return ResourceManager.GetString("FastAccurate", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Win+D and click desktop to minimize window
///
///before Upscale:
///Drag to move window
///RMB x2 to fit window in screen.
/// </summary>
internal static string FormMoveInfo {
get {
return ResourceManager.GetString("FormMoveInfo", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на GPU Acceleration.
/// </summary>
internal static string GPUacceleration {
get {
return ResourceManager.GetString("GPUacceleration", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Processing only 1 channel: Luma
///calculated as Y=0.299*R+0.587*G+0.114*B.
/// </summary>
internal static string Gray {
get {
return ResourceManager.GetString("Gray", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Gray.
/// </summary>
internal static string GrayImage {
get {
return ResourceManager.GetString("GrayImage", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Image buffer
///Shows input and output image
///Allows you to do several operations before saving total result.
/// </summary>
internal static string ImageBuffer {
get {
return ResourceManager.GetString("ImageBuffer", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Mimimal resoulution of Image is 2x2.
/// </summary>
internal static string ImageMinRes {
get {
return ResourceManager.GetString("ImageMinRes", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Load raster image from file.
/// </summary>
internal static string Load {
get {
return ResourceManager.GetString("Load", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Load .
/// </summary>
internal static string LoadButton {
get {
return ResourceManager.GetString("LoadButton", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Select method for upscaling.
/// </summary>
internal static string Method {
get {
return ResourceManager.GetString("Method", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Better video card required! (More VRAM required for this size and/or accuracy).
/// </summary>
internal static string MoreVRAM {
get {
return ResourceManager.GetString("MoreVRAM", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Next method for upscaling.
/// </summary>
internal static string Next {
get {
return ResourceManager.GetString("Next", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на sound notification.
/// </summary>
internal static string Notification {
get {
return ResourceManager.GetString("Notification", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Previous method for upscaling.
/// </summary>
internal static string Previous {
get {
return ResourceManager.GetString("Previous", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Raster images.
/// </summary>
internal static string RasterImages {
get {
return ResourceManager.GetString("RasterImages", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Resolution of image buffer.
/// </summary>
internal static string Resolution {
get {
return ResourceManager.GetString("Resolution", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Discard changes and reload image.
/// </summary>
internal static string Restore {
get {
return ResourceManager.GetString("Restore", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Restore.
/// </summary>
internal static string RestoreButton {
get {
return ResourceManager.GetString("RestoreButton", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Processing 3 channels: Red,Green,Blue.
/// </summary>
internal static string RGB {
get {
return ResourceManager.GetString("RGB", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Save result as PNG file.
/// </summary>
internal static string Save {
get {
return ResourceManager.GetString("Save", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Save.
/// </summary>
internal static string SaveButton {
get {
return ResourceManager.GetString("SaveButton", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Scale: x.
/// </summary>
internal static string Scale {
get {
return ResourceManager.GetString("Scale", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Vaguely, but not blurry, may need back adjustment
///
///Very Fast - Extremely Slow, and you can't process multiple images at once.
/// </summary>
internal static string scale255BA {
get {
return ResourceManager.GetString("scale255BA", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Defined grid structure, little contrasty and may be present Gibbs ringing artifacts
///
///Very fast - Normal, and you can't process multiple images at the same time without losing speed.
/// </summary>
internal static string scaleBAContrast {
get {
return ResourceManager.GetString("scaleBAContrast", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Sharpen edges, but contrasty (for accuracy required reverse adjustment) and many Gibbs ringing artifacts
///
///Very Fast - Extremely Slow, and you can't process multiple images at the same time without losing speed.
/// </summary>
internal static string scaleBAExtremum {
get {
return ResourceManager.GetString("scaleBAExtremum", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Smooth, curve and same time sharpness result, but monochrome (colors may be distorted)
///
///Very fast - Normal, and you can't process multiple images at the same time without losing speed.
/// </summary>
internal static string scaleBAmonochrome {
get {
return ResourceManager.GetString("scaleBAmonochrome", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Sharpness edges, but colors may be distorted
///
///Very fast - Normal, and you can't process multiple images at the same time without losing speed.
/// </summary>
internal static string scaleBAmonochrome2 {
get {
return ResourceManager.GetString("scaleBAmonochrome2", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Сontrasty and may be present grid structure
///
///Very fast - Normal, and you can't process multiple images at the same time without losing speed.
/// </summary>
internal static string scaleBASmoothContrast {
get {
return ResourceManager.GetString("scaleBASmoothContrast", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на A clearly defined grid structure and may be present Gibbs ringing artifacts, but it's better than nearest neighbour
///
///Very fast - Normal, and you can't process multiple images at the same time without losing speed.
/// </summary>
internal static string scaleBilinearApproximation {
get {
return ResourceManager.GetString("scaleBilinearApproximation", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Much Gibbs ring afrtifacts in the grid structure, contrasty but sharp edges
///
///Very Fast - Extremely Slow, and you can't process multiple images at once.
/// </summary>
internal static string scaleDerivativeBA {
get {
return ResourceManager.GetString("scaleDerivativeBA", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Write or select required scale factor by two axes (2x-128x).
/// </summary>
internal static string ScaleFactor {
get {
return ResourceManager.GetString("ScaleFactor", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Grid only, but the fastest method in the world
///
///Incredibely Fast - Very Fast, but you can't process multiple images at once without losing a lot of speed.
/// </summary>
internal static string scaleFNN {
get {
return ResourceManager.GetString("scaleFNN", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Beautiful and detailed result, but only if bigger version must be monochrome image (only pure black and white, or for color - only pure red, black, green, yellow, fuchsia, blue, cyan and white)
///
///Very Fast - Extremely Slow, but you can process multiple images at the same time without losing speed.
/// </summary>
internal static string scaleFurry {
get {
return ResourceManager.GetString("scaleFurry", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Typographic raster stylization, but if bigger version must be monochrome image it gives acceptable upscaling
///
///Very Fast - Slow, but you can process multiple images at the same time without losing speed.
/// </summary>
internal static string scaleRough {
get {
return ResourceManager.GetString("scaleRough", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Gives beatiful, but almost monochrome result and there are Gibbs ringing artifacts (to avoid you can try several times x2-x4)
///
///Incredibely Fast - Fast, but you can't process multiple images at the same time without losing speed.
/// </summary>
internal static string scaleSeparate {
get {
return ResourceManager.GetString("scaleSeparate", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Most accurate for scenes where objects are completely in the image, but little bit blurred (much less than any interpolation) and grid structure is still visible
///
///Incredibely Fast - Fast, and you can process multiple images at the same time without losing speed.
/// </summary>
internal static string ScaleSmooth {
get {
return ResourceManager.GetString("ScaleSmooth", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Most accurate for scenes where objects extend beyond the boundaries of the image, but little bit blurred (much less than any interpolation) and grid structure is still visible
///
///Incredibely Fast - Fast, and you can process multiple images at the same time without losing speed.
/// </summary>
internal static string scaleSmoothContinuous {
get {
return ResourceManager.GetString("scaleSmoothContinuous", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Very smooth, after reverse adjustment - most accurate for any scenes, but very contrast and grid structure is still visible
///
///Incredibely Fast - Normal, but you can process multiple images at the same time without losing speed.
/// </summary>
internal static string ScaleSmoothContrast {
get {
return ResourceManager.GetString("ScaleSmoothContrast", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Makes objects thinner and more colorful
///
///Very Fast - Extremely Slow, and you can't process multiple images at once.
/// </summary>
internal static string scaleThin255BA {
get {
return ResourceManager.GetString("scaleThin255BA", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на seconds spent.
/// </summary>
internal static string SecSpent {
get {
return ResourceManager.GetString("SecSpent", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Smooth, clear, a little contrasty and the grid structure is visible, but accurate even without reverse correction
///
///Very Fast - Normal, and you can process multiple images at the same time without losing speed.
/// </summary>
internal static string SmoothCAS {
get {
return ResourceManager.GetString("SmoothCAS", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Notify that processing is done by loud sound.
/// </summary>
internal static string SoundNotification {
get {
return ResourceManager.GetString("SoundNotification", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Start processing with selected parameters
///Be careful - the process can be very long and it will be impossible to cancel it except with the close button or through the task manager.
/// </summary>
internal static string Start {
get {
return ResourceManager.GetString("Start", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Upscale.
/// </summary>
internal static string Upscale {
get {
return ResourceManager.GetString("Upscale", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Try increase perfomance by using your videocard?
///(It may interrupt other non-system GPU processes or actually decrease perfomance, results of CPU and GPU versions may differ slightly, GPU version may sometimes crashes)
///
///Square - Auto select to reduce latency and crashes
///Checkmark - Use video card
///Blank - Use processor.
/// </summary>
internal static string UseGPU {
get {
return ResourceManager.GetString("UseGPU", resourceCulture);
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Calculating... %.
/// </summary>
internal static string Wait {
get {
return ResourceManager.GetString("Wait", resourceCulture);
}
}
}
}