-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathUiPath.Python.Activities.Designer.cs
More file actions
657 lines (583 loc) · 24.7 KB
/
UiPath.Python.Activities.Designer.cs
File metadata and controls
657 lines (583 loc) · 24.7 KB
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
650
651
652
653
654
655
656
657
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace UiPath.Python.Activities.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class UiPath_Python_Activities {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UiPath_Python_Activities() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("UiPath.Python.Activities.Properties.UiPath.Python.Activities", typeof(UiPath_Python_Activities).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to App Invoker.Python.
/// </summary>
public static string CategoryPython {
get {
return ResourceManager.GetString("CategoryPython", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Python script content.
/// </summary>
public static string CodeDescription {
get {
return ResourceManager.GetString("CodeDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Code.
/// </summary>
public static string CodeNameDisplayName {
get {
return ResourceManager.GetString("CodeNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error converting Python object.
/// </summary>
public static string ConvertException {
get {
return ResourceManager.GetString("ConvertException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Do.
/// </summary>
public static string Do {
get {
return ResourceManager.GetString("Do", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Get the .NET type from a PythonObject.
/// </summary>
public static string GetObjectDescription {
get {
return ResourceManager.GetString("GetObjectDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Get Python Object.
/// </summary>
public static string GetObjectNameDisplayName {
get {
return ResourceManager.GetString("GetObjectNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The .NET type corresponding to Python object.
/// </summary>
public static string GetObjectResultDescription {
get {
return ResourceManager.GetString("GetObjectResultDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Input.
/// </summary>
public static string Input {
get {
return ResourceManager.GetString("Input", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Select the Python installation to be used for the configuration of the activity.
/// </summary>
public static string InstalledVersionsDescription {
get {
return ResourceManager.GetString("InstalledVersionsDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Installed Python Versions.
/// </summary>
public static string InstalledVersionsDisplayName {
get {
return ResourceManager.GetString("InstalledVersionsDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Instance of Python object.
/// </summary>
public static string InstanceDescription {
get {
return ResourceManager.GetString("InstanceDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Instance.
/// </summary>
public static string InstanceNameDisplayName {
get {
return ResourceManager.GetString("InstanceNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The specified Python library path is not valid (a file path to python**.dll / libpython*.so is required for Python 3.10): {0}.
/// </summary>
public static string InvalidLibraryPathException {
get {
return ResourceManager.GetString("InvalidLibraryPathException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid method name.
/// </summary>
public static string InvalidMethodNameException {
get {
return ResourceManager.GetString("InvalidMethodNameException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The specified Python path is not valid: {0}.
/// </summary>
public static string InvalidPathException {
get {
return ResourceManager.GetString("InvalidPathException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Selected version {0} is different from the version found {1}.
/// </summary>
public static string InvalidVersionException {
get {
return ResourceManager.GetString("InvalidVersionException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error invoking Python method.
/// </summary>
public static string InvokeException {
get {
return ResourceManager.GetString("InvokeException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invoke Python method.
/// </summary>
public static string InvokeMethodDescription {
get {
return ResourceManager.GetString("InvokeMethodDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invoke Python Method.
/// </summary>
public static string InvokeMethodNameDisplayName {
get {
return ResourceManager.GetString("InvokeMethodNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to For Linux is the path to Python libpython*.so library including library name. For Windows (Version>3.9) path to python**.dll including library name(usually is in Python Home path. For Windows (Version<=3.9) leave empty..
/// </summary>
public static string LibraryPathDescription {
get {
return ResourceManager.GetString("LibraryPathDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Library path (Linux or version>3.9).
/// </summary>
public static string LibraryPathNameDisplayName {
get {
return ResourceManager.GetString("LibraryPathNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Loads and executes a Python script.
/// </summary>
public static string LoadScriptDescription {
get {
return ResourceManager.GetString("LoadScriptDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error loading Python script.
/// </summary>
public static string LoadScriptException {
get {
return ResourceManager.GetString("LoadScriptException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Load Python Script.
/// </summary>
public static string LoadScriptNameDisplayName {
get {
return ResourceManager.GetString("LoadScriptNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to When enabled, stdout and stderr output from the Python host process is written to a per-host log file under the folder resolved by Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), in the UiPath\Logs\python subdirectory. Each log file is capped at 50 MB; once the cap is reached, no further output is written to that file. At most 128 log files are kept — the oldest are automatically deleted when a new file is created. The output is NOT forwarded to Orchestrator. Intended for local di [rest of string was truncated]";.
/// </summary>
public static string LogTracesDescription {
get {
return ResourceManager.GetString("LogTracesDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Log Python Output to File (Diagnostic).
/// </summary>
public static string LogTracesDisplayName {
get {
return ResourceManager.GetString("LogTracesDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name of the method to be invoked.
/// </summary>
public static string MethodNameDescription {
get {
return ResourceManager.GetString("MethodNameDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name.
/// </summary>
public static string NameDisplayName {
get {
return ResourceManager.GetString("NameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No Python installations were detected.
/// </summary>
public static string NoPythonInstallations {
get {
return ResourceManager.GetString("NoPythonInstallations", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No code/script specified.
/// </summary>
public static string NoScriptSpecifiedException {
get {
return ResourceManager.GetString("NoScriptSpecifiedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Timeout.
/// </summary>
public static string OperationTimeout {
get {
return ResourceManager.GetString("OperationTimeout", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The amount of time in seconds to allow a Python script to run until it is terminated and an exception is thrown..
/// </summary>
public static string OperationTimeoutDescription {
get {
return ResourceManager.GetString("OperationTimeoutDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Output.
/// </summary>
public static string Output {
get {
return ResourceManager.GetString("Output", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Output.
/// </summary>
public static string OutputDisplayName {
get {
return ResourceManager.GetString("OutputDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Input parameters for Python script.
/// </summary>
public static string ParametersDescription {
get {
return ResourceManager.GetString("ParametersDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to InputParameters.
/// </summary>
public static string ParametersNameDisplayName {
get {
return ResourceManager.GetString("ParametersNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Python home path.
/// </summary>
public static string PathDescription {
get {
return ResourceManager.GetString("PathDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Path.
/// </summary>
public static string PathNameDisplayName {
get {
return ResourceManager.GetString("PathNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Python engine session was not found.
/// </summary>
public static string PythonEngineNotFoundException {
get {
return ResourceManager.GetString("PythonEngineNotFoundException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error initializing Python engine.
/// </summary>
public static string PythonInitializeException {
get {
return ResourceManager.GetString("PythonInitializeException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Python object to extract value from.
/// </summary>
public static string PythonObjectDescription {
get {
return ResourceManager.GetString("PythonObjectDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PythonObject.
/// </summary>
public static string PythonObjectNameDisplayName {
get {
return ResourceManager.GetString("PythonObjectNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Python activities container.
/// </summary>
public static string PythonScopeDescription {
get {
return ResourceManager.GetString("PythonScopeDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Python Scope.
/// </summary>
public static string PythonScopeNameDisplayName {
get {
return ResourceManager.GetString("PythonScopeNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The result of script invocation.
/// </summary>
public static string ResultDescription {
get {
return ResourceManager.GetString("ResultDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Result.
/// </summary>
public static string ResultNameDisplayName {
get {
return ResourceManager.GetString("ResultNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invoke Python script activity.
/// </summary>
public static string RunScriptDescription {
get {
return ResourceManager.GetString("RunScriptDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error running Python script.
/// </summary>
public static string RunScriptException {
get {
return ResourceManager.GetString("RunScriptException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Run Python Script.
/// </summary>
public static string RunScriptNameDisplayName {
get {
return ResourceManager.GetString("RunScriptNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Maximum size in MB of the data passed to the Python script as method arguments. If the size of the arguments exceeds this limit, an error is raised. Minimum accepted value is 1 MB. Leave empty to use the default (25 MB)..
/// </summary>
public static string ScriptDataSizeLimitDescription {
get {
return ResourceManager.GetString("ScriptDataSizeLimitDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Script Data Size Limit (MB).
/// </summary>
public static string ScriptDataSizeLimitDisplayName {
get {
return ResourceManager.GetString("ScriptDataSizeLimitDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Full path to Python script file.
/// </summary>
public static string ScriptFileDescription {
get {
return ResourceManager.GetString("ScriptFileDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File.
/// </summary>
public static string ScriptFileNameDisplayName {
get {
return ResourceManager.GetString("ScriptFileNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The specified script file was not found.
/// </summary>
public static string ScriptFileNotFoundException {
get {
return ResourceManager.GetString("ScriptFileNotFoundException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specifies the Python runtime platform.
/// </summary>
public static string TargetPlatformDescription {
get {
return ResourceManager.GetString("TargetPlatformDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Target.
/// </summary>
public static string TargetPlatformDisplayName {
get {
return ResourceManager.GetString("TargetPlatformDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Activity is valid only inside {0}.
/// </summary>
public static string ValidateParentError {
get {
return ResourceManager.GetString("ValidateParentError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Python version >= 3.10 is not supported on 32 bit. .
/// </summary>
public static string ValidationErrorPlatformUnsupported {
get {
return ResourceManager.GetString("ValidationErrorPlatformUnsupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Script Data Size Limit (MB) must be at least {0}..
/// </summary>
public static string ValidationErrorScriptDataSizeLimitInvalid {
get {
return ResourceManager.GetString("ValidationErrorScriptDataSizeLimitInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The selected Python version is not supported..
/// </summary>
public static string ValidationErrorVersionUnsupported {
get {
return ResourceManager.GetString("ValidationErrorVersionUnsupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Python version.
/// </summary>
public static string VersionDescription {
get {
return ResourceManager.GetString("VersionDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Version.
/// </summary>
public static string VersionNameDisplayName {
get {
return ResourceManager.GetString("VersionNameDisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to WorkingFolder.
/// </summary>
public static string WorkingFolder {
get {
return ResourceManager.GetString("WorkingFolder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Used to specify the working folder of the scripts executing under the current scope.
/// </summary>
public static string WorkingFolderDescription {
get {
return ResourceManager.GetString("WorkingFolderDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to WorkingFolder path is not valid.
/// </summary>
public static string WorkingFolderPathInvalid {
get {
return ResourceManager.GetString("WorkingFolderPathInvalid", resourceCulture);
}
}
}
}