-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLocalizedHelp.Designer.cs
459 lines (418 loc) · 25.5 KB
/
LocalizedHelp.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
//------------------------------------------------------------------------------
// <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 CustomWindowsProperties {
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", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class LocalizedHelp {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal LocalizedHelp() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </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("CustomWindowsProperties.LocalizedHelp", typeof(LocalizedHelp).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)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to <p>Specifies how aggregate properties are displayed when multiple values are selected. Default is "Default".</p>
///<table><tr><td>
///Default </td><td>Displays a Multiple Values placeholder in the UI. This is the default if the type is incompatible with the specified aggregationType.
///</td></tr><tr><td>
///First</td><td> Displays the property value of the first item in the selection or collection.
///</td></tr><tr><td>
///Sum</td><td> Displays the sum of the numerical values. Useful for properties such as System.Med [rest of string was truncated]";.
/// </summary>
internal static string AggregationType {
get {
return ResourceManager.GetString("AggregationType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specifies the alignment to use. The default is "Left"..
/// </summary>
internal static string Alignment {
get {
return ResourceManager.GetString("Alignment", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specifies which pair of strings should be used to format a Boolean value. The default is "YesNo", i.e. "Yes" for true and "No" for false..
/// </summary>
internal static string BooleanFormat {
get {
return ResourceManager.GetString("BooleanFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to When set to "true", allows an innate property to be deleted. Innate properties, which are calculated from other properties, are read-only by definition. The available and default values for this attribute depends on the IsInnate value. If IsInnate is "true ", then CanBePurged defaults to "false", but may be set to "true". If IsInnate is "false", then CanBePurged must be "true"..
/// </summary>
internal static string CanBePurged {
get {
return ResourceManager.GetString("CanBePurged", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The case-sensitive name of a property as it is known to the system, regardless of its localized name.
///
///Canonical names consist of any number of tokens, separated by dots, for example:
///
///Name1.NameB.Name7.Basil
///
///Each token in the name must begin with a capital letter, and otherwise consist of upper case and lower case letters, or numbers..
/// </summary>
internal static string CanonicalName {
get {
return ResourceManager.GetString("CanonicalName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>To optimize sorting and grouping, the Windows search engine can create secondary indexes for properties that have isColumn="true" and is only useful in such cases. If the property tends to be sorted frequently by users, this attribute should be specified. The default value is "OnDemand".</p>
///<p>The following values are valid. </p>
///<table><tr><td>
///NotIndexed:</td><td> Never build a value index.
///</td></tr><tr><td>
///OnDisk: </td><td>Build a value index by default for this property.
///</td></tr><tr><td> [rest of string was truncated]";.
/// </summary>
internal static string ColumnIndexType {
get {
return ResourceManager.GetString("ColumnIndexType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>Specifies a hint to the Search Query Builder tool so that it can determine the default operator. The default is "Equal". The possible values are as follows:</p>
///<table><tr><td>
///Equal </td><td> Indicates equivalent.
///</td></tr><tr><td>
///NotEqual </td><td>Indicates not equivalent.
///</td></tr><tr><td>
///LessThan</td><td> Indicates less than.
///</td></tr><tr><td>
///GreaterThan </td><td>Default for properties of ConditionType="Size". Indicates greater than.
///</td></tr><tr><td>
///Contains</td><td> Default for p [rest of string was truncated]";.
/// </summary>
internal static string ConditionOperation {
get {
return ResourceManager.GetString("ConditionOperation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>Specifies a hint to the Search Query Builder UI so that it can determine the list of possible condition operators inside a predicate. The following are recognized values. The default is "String".</p>
///<table><tr>
///<td>String</td><td>The following operators will be used: "is", "is not", "<", ">", "<=", "="">=", "starts with", "ends with", "contains", "doesn't contain", "is like".
///</td></tr><tr>
///<td> Number</td><td>Default for numeric properties. The following operators will be used: "equals", "doesn't e [rest of string was truncated]";.
/// </summary>
internal static string ConditionType {
get {
return ResourceManager.GetString("ConditionType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p> Specifies how a date-time value should be formatted. The default is "General". The following values are valid:</p>
///<table><tr><td>
///General </td><td>Default. Formats the date-time value using the shell date-time format. [Use the formatTimeAs and formatDateAs attributes to specify how the time and date are formatted.] Currently, this tool will always format the time as ShortTime e.g. "7:48 PM" and the date as ShortDate e.g. "5/13/59". Requires the property type to be DateTime.
///</td></tr><tr><td>
///Month [rest of string was truncated]";.
/// </summary>
internal static string DateTimeFormat {
get {
return ResourceManager.GetString("DateTimeFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The default is '20'.
/// </summary>
internal static string DefaultColumnWidth {
get {
return ResourceManager.GetString("DefaultColumnWidth", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specifies the sort direction. The default is "Ascending"..
/// </summary>
internal static string DefaultSortDirection {
get {
return ResourceManager.GetString("DefaultSortDirection", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The display name of the property as it is displayed in the UI (for example, the details column label or preview panel)..
/// </summary>
internal static string DisplayName {
get {
return ResourceManager.GetString("DisplayName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>Default is &quot;String&quot;. Specifies the type of the display string. The following are valid types. </p>
///<table>
///<thead>
///<tr class="header">
///<th>Value</th>
///<th>Meaning</th>
///</tr>
///</thead>
///<tbody>
///<tr class="odd">
///<td>String</td>
///<td>Default. Value is displayed as a string. Use &quot;StringFormat&quot; to format. </td>
///</tr>
///<tr class="even">
///<td>Number</td>
///<td>Default for numeric properties. Value is displayed as a number. Use &quot;NumberFormat&quot; to format. </td>
///</tr><tr class= [rest of string was truncated]";.
/// </summary>
internal static string DisplayType {
get {
return ResourceManager.GetString("DisplayType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>Specifies what control to use when editing the property. The default is "Default". The following are valid values.</p>
///<table><tr><td>
///Default </td><td> Uses the default control, based upon the Type. String with MultipleValues uses the "MultiValueText" control. DateTime uses the "Calendar" control. Any other type results in using the "Text" control.
///</td></tr><tr><td>
///Calendar </td><td>Uses the calendar control.
///</td></tr><tr><td>
///CheckboxDropList </td><td>Uses the list control with checkboxes.
///</ [rest of string was truncated]";.
/// </summary>
internal static string EditControl {
get {
return ResourceManager.GetString("EditControl", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The Help string text that is displayed as an instruction to the user for the control or ToolTip (for instance, "Enter author name.")..
/// </summary>
internal static string EditInvitation {
get {
return ResourceManager.GetString("EditInvitation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>Specifies how this property is displayed when a view is grouped by this property. The default is "Discrete".</p>
///<table><tr><td>
///Discrete </td><td>Default. Displays individual values.
///</td></tr><tr><td>
///Alphanumeric </td><td>Displays static alphanumeric ranges for values.
///</td></tr><tr><td>
///Size</td><td> Displays static size ranges for values.
///</td></tr><tr><td>
///Dynamic </td><td>Displays dynamically created ranges for the values.
///</td></tr><tr><td>
///Date </td><td>Displays month/year groups. Defa [rest of string was truncated]";.
/// </summary>
internal static string GroupingRange {
get {
return ResourceManager.GetString("GroupingRange", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Indicates whether the label is hidden. The default is "false"..
/// </summary>
internal static string HideLabel {
get {
return ResourceManager.GetString("HideLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Indicates whether the property value should be stored in the inverted index. This lets end users perform full-text queries over the values of this property.
///The default is "false"..
/// </summary>
internal static string InInvertedIndex {
get {
return ResourceManager.GetString("InInvertedIndex", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Indicates whether the property should also be stored in the Windows search database as a column, so that independent software vendors (ISVs) can create predicate-based queries (for example, "Select * Where "System.Title"='qqq'").
///Set to "true" to enable end users (or developers) to create predicate based queries on the property.
///The default is "false"..
/// </summary>
internal static string IsColumn {
get {
return ResourceManager.GetString("IsColumn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The default is "true". If the property is multi-valued, this attribute is always "true"..
/// </summary>
internal static string IsColumnSparse {
get {
return ResourceManager.GetString("IsColumnSparse", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specifies whether the property is a group heading. Default is "false". A group heading is strictly used to group properties within a list, has no value, and is never stored in a file. Some UI in the system use property lists to indicate the sequence of the properties to display. These property lists may include references to group headings (eg, System.PropGroup.Camera), which tell the UI to start a new group section (eg, "Camera Settings"). A property description with IsGroup="true" should specify a Display [rest of string was truncated]";.
/// </summary>
internal static string IsGroup {
get {
return ResourceManager.GetString("IsGroup", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Default is "false". Specifies whether the property is considered innate. An innate property is one which is either calculated from the content of a file, or from other resources or systems. For example, System.Size is an innate property provided by the file system; changing the value of the property in and of itself does nothing. Other examples are System.Image.Dimensions and System.Document.PageCount, which are calculated by programs based upon the content of the file, not based upon a user-changeable sett [rest of string was truncated]";.
/// </summary>
internal static string IsInnate {
get {
return ResourceManager.GetString("IsInnate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>Whether this is a tree property. The default is "false".</p><p> That is all the documentation has to say. We can speculate that it is something to do with how the property might be edited, but the exact meaning is most unclear. All we know for sure is that it was added in Windows 7.</p>.
/// </summary>
internal static string IsTreeProperty {
get {
return ResourceManager.GetString("IsTreeProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specifies whether this property is intended to be viewable to the user. Default value is "false". For example, the Column Chooser UI only shows the properties that have IisViewable="true". The exception is UI that is driven by a property list, which will always show the property. If you have a property that is only meant to shuttle data between two objects, and never intended to be viewed by the user, this attribute should be false..
/// </summary>
internal static string IsViewable {
get {
return ResourceManager.GetString("IsViewable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The maximum size, in bytes, allowed for a certain property that is stored in the Windows search database.
///The default is: 512 bytes
///Note that this maximum size is measured in bytes, not characters. The maximum number of characters depends on their encoding..
/// </summary>
internal static string MaxSize {
get {
return ResourceManager.GetString("MaxSize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A list of mnemonic values that can be used to refer to the property in search queries.
///The list is delimited with the '|' character..
/// </summary>
internal static string Mnemonics {
get {
return ResourceManager.GetString("Mnemonics", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specifies whether this property can have multiple values. Default is "false"..
/// </summary>
internal static string MultipleValues {
get {
return ResourceManager.GetString("MultipleValues", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>Specifies the display format. The default is "General". The following are valid values.</p>
/// <table><tr><td>
///General </td><td> Displays the value as an unformatted number.
///</td></tr><tr><td>
///Percentage</td><td> Formats the value as a percentage. Requires the property to be UInt32.
///</td></tr><tr><td>
///ByteSize</td><td> Formats the value as a byte, "KB", "MB", or "GB" as appropriate. Requires the property to be UInt64.
///</td></tr><tr><td>
///KBSize </td><td>Formats the value as a "KB", no matter what th [rest of string was truncated]";.
/// </summary>
internal static string NumberFormat {
get {
return ResourceManager.GetString("NumberFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to .
/// </summary>
internal static string RelativeDescriptionType {
get {
return ResourceManager.GetString("RelativeDescriptionType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>The default is "false".</p><p> That is all the documentation has to say. We can speculate that it may be an instruction to the Index Server that even if the property value has been indexed (say because InInvertedIndex is "True"), the original raw value should be searched as well. This might take a good deal of extra time for a long string value. </p>.
/// </summary>
internal static string SearchRawValue {
get {
return ResourceManager.GetString("SearchRawValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>Specifies the strings offered as sort options. The following values provide the corresponding UI strings.</p>
///<table><tr><td>
///General: </td><td>"Sort going up" / "Sort going down"
///</td></tr><tr><td>
///AToZ:</td><td> "A on top" / "Z on top"
///</td></tr><tr><td>
///LowestHighest:</td><td> "Lowest on top" / "Highest on top"
///</td></tr><tr><td>
///OldestNewest: </td><td>"Oldest on top" / "Newest on top"
///</td></tr><tr><td>
///SmallestLargest: </td><td>"Smallest on top" / "Largest on top"
///</td></tr></table>.
/// </summary>
internal static string SortDescription {
get {
return ResourceManager.GetString("SortDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specifies how the property's value should be formatted as a string. The default is "General"..
/// </summary>
internal static string StringFormat {
get {
return ResourceManager.GetString("StringFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <p>Indicates the type of the property. The default is "Any". The following are valid types </p>
///<p>Some of the options only make sense for programmatic access to the property, like Buffer, Stream, Blob, Clipboard or Object, and cannot be used directly in an editor.</p>
///<table><tr><td>
///Any</td><td> The property system does not know anything about the type of the value, and you are strongly encouraged not to use this default.
///</td></tr><tr><td>
///Null </td><td>There is and never can be any value for this [rest of string was truncated]";.
/// </summary>
internal static string Type {
get {
return ResourceManager.GetString("Type", resourceCulture);
}
}
}
}