OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Properties / Settings.Designer.cs
1 //------------------------------------------------------------------------------\r
2 // <auto-generated>\r
3 //     This code was generated by a tool.\r
4 //     Runtime Version:4.0.30319.1\r
5 //\r
6 //     Changes to this file may cause incorrect behavior and will be lost if\r
7 //     the code is regenerated.\r
8 // </auto-generated>\r
9 //------------------------------------------------------------------------------\r
10 \r
11 namespace Handbrake.Properties {\r
12     \r
13     \r
14     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\r
15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]\r
16     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {\r
17         \r
18         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\r
19         \r
20         public static Settings Default {\r
21             get {\r
22                 return defaultInstance;\r
23             }\r
24         }\r
25         \r
26         [global::System.Configuration.UserScopedSettingAttribute()]\r
27         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
28         [global::System.Configuration.DefaultSettingValueAttribute("Below Normal")]\r
29         public string processPriority {\r
30             get {\r
31                 return ((string)(this["processPriority"]));\r
32             }\r
33             set {\r
34                 this["processPriority"] = value;\r
35             }\r
36         }\r
37         \r
38         [global::System.Configuration.UserScopedSettingAttribute()]\r
39         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
40         [global::System.Configuration.DefaultSettingValueAttribute("True")]\r
41         public bool updateStatus {\r
42             get {\r
43                 return ((bool)(this["updateStatus"]));\r
44             }\r
45             set {\r
46                 this["updateStatus"] = value;\r
47             }\r
48         }\r
49         \r
50         [global::System.Configuration.UserScopedSettingAttribute()]\r
51         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
52         [global::System.Configuration.DefaultSettingValueAttribute("{hb_version}")]\r
53         public string hb_version {\r
54             get {\r
55                 return ((string)(this["hb_version"]));\r
56             }\r
57             set {\r
58                 this["hb_version"] = value;\r
59             }\r
60         }\r
61         \r
62         [global::System.Configuration.UserScopedSettingAttribute()]\r
63         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
64         [global::System.Configuration.DefaultSettingValueAttribute("True")]\r
65         public bool tooltipEnable {\r
66             get {\r
67                 return ((bool)(this["tooltipEnable"]));\r
68             }\r
69             set {\r
70                 this["tooltipEnable"] = value;\r
71             }\r
72         }\r
73         \r
74         [global::System.Configuration.UserScopedSettingAttribute()]\r
75         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
76         [global::System.Configuration.DefaultSettingValueAttribute("Do Nothing")]\r
77         public string CompletionOption {\r
78             get {\r
79                 return ((string)(this["CompletionOption"]));\r
80             }\r
81             set {\r
82                 this["CompletionOption"] = value;\r
83             }\r
84         }\r
85         \r
86         [global::System.Configuration.UserScopedSettingAttribute()]\r
87         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
88         [global::System.Configuration.DefaultSettingValueAttribute("")]\r
89         public string defaultPreset {\r
90             get {\r
91                 return ((string)(this["defaultPreset"]));\r
92             }\r
93             set {\r
94                 this["defaultPreset"] = value;\r
95             }\r
96         }\r
97         \r
98         [global::System.Configuration.UserScopedSettingAttribute()]\r
99         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
100         [global::System.Configuration.DefaultSettingValueAttribute("0")]\r
101         public int hb_build {\r
102             get {\r
103                 return ((int)(this["hb_build"]));\r
104             }\r
105             set {\r
106                 this["hb_build"] = value;\r
107             }\r
108         }\r
109         \r
110         [global::System.Configuration.UserScopedSettingAttribute()]\r
111         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
112         [global::System.Configuration.DefaultSettingValueAttribute("0")]\r
113         public int skipversion {\r
114             get {\r
115                 return ((int)(this["skipversion"]));\r
116             }\r
117             set {\r
118                 this["skipversion"] = value;\r
119             }\r
120         }\r
121         \r
122         [global::System.Configuration.UserScopedSettingAttribute()]\r
123         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
124         [global::System.Configuration.DefaultSettingValueAttribute("True")]\r
125         public bool autoNaming {\r
126             get {\r
127                 return ((bool)(this["autoNaming"]));\r
128             }\r
129             set {\r
130                 this["autoNaming"] = value;\r
131             }\r
132         }\r
133         \r
134         [global::System.Configuration.UserScopedSettingAttribute()]\r
135         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
136         [global::System.Configuration.DefaultSettingValueAttribute("")]\r
137         public string autoNamePath {\r
138             get {\r
139                 return ((string)(this["autoNamePath"]));\r
140             }\r
141             set {\r
142                 this["autoNamePath"] = value;\r
143             }\r
144         }\r
145         \r
146         [global::System.Configuration.UserScopedSettingAttribute()]\r
147         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
148         [global::System.Configuration.DefaultSettingValueAttribute("http://handbrake.fr/appcast.xml")]\r
149         public string appcast {\r
150             get {\r
151                 return ((string)(this["appcast"]));\r
152             }\r
153             set {\r
154                 this["appcast"] = value;\r
155             }\r
156         }\r
157         \r
158         [global::System.Configuration.UserScopedSettingAttribute()]\r
159         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
160         [global::System.Configuration.DefaultSettingValueAttribute("http://handbrake.fr/appcast_unstable.xml")]\r
161         public string appcast_unstable {\r
162             get {\r
163                 return ((string)(this["appcast_unstable"]));\r
164             }\r
165             set {\r
166                 this["appcast_unstable"] = value;\r
167             }\r
168         }\r
169         \r
170         [global::System.Configuration.UserScopedSettingAttribute()]\r
171         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
172         [global::System.Configuration.DefaultSettingValueAttribute("{source}-{title}")]\r
173         public string autoNameFormat {\r
174             get {\r
175                 return ((string)(this["autoNameFormat"]));\r
176             }\r
177             set {\r
178                 this["autoNameFormat"] = value;\r
179             }\r
180         }\r
181         \r
182         [global::System.Configuration.UserScopedSettingAttribute()]\r
183         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
184         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
185         public bool saveLogToSpecifiedPath {\r
186             get {\r
187                 return ((bool)(this["saveLogToSpecifiedPath"]));\r
188             }\r
189             set {\r
190                 this["saveLogToSpecifiedPath"] = value;\r
191             }\r
192         }\r
193         \r
194         [global::System.Configuration.UserScopedSettingAttribute()]\r
195         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
196         [global::System.Configuration.DefaultSettingValueAttribute("")]\r
197         public string saveLogPath {\r
198             get {\r
199                 return ((string)(this["saveLogPath"]));\r
200             }\r
201             set {\r
202                 this["saveLogPath"] = value;\r
203             }\r
204         }\r
205         \r
206         [global::System.Configuration.UserScopedSettingAttribute()]\r
207         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
208         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
209         public bool saveLogWithVideo {\r
210             get {\r
211                 return ((bool)(this["saveLogWithVideo"]));\r
212             }\r
213             set {\r
214                 this["saveLogWithVideo"] = value;\r
215             }\r
216         }\r
217         \r
218         [global::System.Configuration.UserScopedSettingAttribute()]\r
219         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
220         [global::System.Configuration.DefaultSettingValueAttribute("C:\\Program Files\\VideoLAN\\vlc\\vlc.exe")]\r
221         public string VLC_Path {\r
222             get {\r
223                 return ((string)(this["VLC_Path"]));\r
224             }\r
225             set {\r
226                 this["VLC_Path"] = value;\r
227             }\r
228         }\r
229         \r
230         [global::System.Configuration.UserScopedSettingAttribute()]\r
231         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
232         [global::System.Configuration.DefaultSettingValueAttribute("True")]\r
233         public bool MainWindowMinimize {\r
234             get {\r
235                 return ((bool)(this["MainWindowMinimize"]));\r
236             }\r
237             set {\r
238                 this["MainWindowMinimize"] = value;\r
239             }\r
240         }\r
241         \r
242         [global::System.Configuration.UserScopedSettingAttribute()]\r
243         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
244         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
245         public bool QueryEditorTab {\r
246             get {\r
247                 return ((bool)(this["QueryEditorTab"]));\r
248             }\r
249             set {\r
250                 this["QueryEditorTab"] = value;\r
251             }\r
252         }\r
253         \r
254         [global::System.Configuration.UserScopedSettingAttribute()]\r
255         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
256         [global::System.Configuration.DefaultSettingValueAttribute("0.25")]\r
257         public double x264cqstep {\r
258             get {\r
259                 return ((double)(this["x264cqstep"]));\r
260             }\r
261             set {\r
262                 this["x264cqstep"] = value;\r
263             }\r
264         }\r
265         \r
266         [global::System.Configuration.UserScopedSettingAttribute()]\r
267         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
268         [global::System.Configuration.DefaultSettingValueAttribute("1")]\r
269         public int verboseLevel {\r
270             get {\r
271                 return ((int)(this["verboseLevel"]));\r
272             }\r
273             set {\r
274                 this["verboseLevel"] = value;\r
275             }\r
276         }\r
277         \r
278         [global::System.Configuration.UserScopedSettingAttribute()]\r
279         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
280         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
281         public bool noDvdNav {\r
282             get {\r
283                 return ((bool)(this["noDvdNav"]));\r
284             }\r
285             set {\r
286                 this["noDvdNav"] = value;\r
287             }\r
288         }\r
289         \r
290         [global::System.Configuration.UserScopedSettingAttribute()]\r
291         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
292         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
293         public bool presetNotification {\r
294             get {\r
295                 return ((bool)(this["presetNotification"]));\r
296             }\r
297             set {\r
298                 this["presetNotification"] = value;\r
299             }\r
300         }\r
301         \r
302         [global::System.Configuration.UserScopedSettingAttribute()]\r
303         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
304         [global::System.Configuration.DefaultSettingValueAttribute("True")]\r
305         public bool trayIconAlerts {\r
306             get {\r
307                 return ((bool)(this["trayIconAlerts"]));\r
308             }\r
309             set {\r
310                 this["trayIconAlerts"] = value;\r
311             }\r
312         }\r
313         \r
314         [global::System.Configuration.UserScopedSettingAttribute()]\r
315         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
316         public global::System.DateTime lastUpdateCheckDate {\r
317             get {\r
318                 return ((global::System.DateTime)(this["lastUpdateCheckDate"]));\r
319             }\r
320             set {\r
321                 this["lastUpdateCheckDate"] = value;\r
322             }\r
323         }\r
324         \r
325         [global::System.Configuration.UserScopedSettingAttribute()]\r
326         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
327         [global::System.Configuration.DefaultSettingValueAttribute("7")]\r
328         public int daysBetweenUpdateCheck {\r
329             get {\r
330                 return ((int)(this["daysBetweenUpdateCheck"]));\r
331             }\r
332             set {\r
333                 this["daysBetweenUpdateCheck"] = value;\r
334             }\r
335         }\r
336         \r
337         [global::System.Configuration.UserScopedSettingAttribute()]\r
338         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
339         [global::System.Configuration.DefaultSettingValueAttribute("0")]\r
340         public int useM4v {\r
341             get {\r
342                 return ((int)(this["useM4v"]));\r
343             }\r
344             set {\r
345                 this["useM4v"] = value;\r
346             }\r
347         }\r
348         \r
349         [global::System.Configuration.UserScopedSettingAttribute()]\r
350         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
351         [global::System.Configuration.DefaultSettingValueAttribute("True")]\r
352         public bool PromptOnUnmatchingQueries {\r
353             get {\r
354                 return ((bool)(this["PromptOnUnmatchingQueries"]));\r
355             }\r
356             set {\r
357                 this["PromptOnUnmatchingQueries"] = value;\r
358             }\r
359         }\r
360         \r
361         [global::System.Configuration.UserScopedSettingAttribute()]\r
362         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
363         [global::System.Configuration.DefaultSettingValueAttribute("Any")]\r
364         public string NativeLanguage {\r
365             get {\r
366                 return ((string)(this["NativeLanguage"]));\r
367             }\r
368             set {\r
369                 this["NativeLanguage"] = value;\r
370             }\r
371         }\r
372         \r
373         [global::System.Configuration.UserScopedSettingAttribute()]\r
374         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
375         [global::System.Configuration.DefaultSettingValueAttribute("0")]\r
376         public int DubMode {\r
377             get {\r
378                 return ((int)(this["DubMode"]));\r
379             }\r
380             set {\r
381                 this["DubMode"] = value;\r
382             }\r
383         }\r
384         \r
385         [global::System.Configuration.UserScopedSettingAttribute()]\r
386         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
387         [global::System.Configuration.DefaultSettingValueAttribute("")]\r
388         public string hb_platform {\r
389             get {\r
390                 return ((string)(this["hb_platform"]));\r
391             }\r
392             set {\r
393                 this["hb_platform"] = value;\r
394             }\r
395         }\r
396         \r
397         [global::System.Configuration.UserScopedSettingAttribute()]\r
398         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
399         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
400         public bool growlQueue {\r
401             get {\r
402                 return ((bool)(this["growlQueue"]));\r
403             }\r
404             set {\r
405                 this["growlQueue"] = value;\r
406             }\r
407         }\r
408         \r
409         [global::System.Configuration.UserScopedSettingAttribute()]\r
410         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
411         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
412         public bool growlEncode {\r
413             get {\r
414                 return ((bool)(this["growlEncode"]));\r
415             }\r
416             set {\r
417                 this["growlEncode"] = value;\r
418             }\r
419         }\r
420         \r
421         [global::System.Configuration.UserScopedSettingAttribute()]\r
422         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
423         [global::System.Configuration.DefaultSettingValueAttribute("")]\r
424         public string CliExeHash {\r
425             get {\r
426                 return ((string)(this["CliExeHash"]));\r
427             }\r
428             set {\r
429                 this["CliExeHash"] = value;\r
430             }\r
431         }\r
432         \r
433         [global::System.Configuration.UserScopedSettingAttribute()]\r
434         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
435         [global::System.Configuration.DefaultSettingValueAttribute("10")]\r
436         public int previewScanCount {\r
437             get {\r
438                 return ((int)(this["previewScanCount"]));\r
439             }\r
440             set {\r
441                 this["previewScanCount"] = value;\r
442             }\r
443         }\r
444         \r
445         [global::System.Configuration.UserScopedSettingAttribute()]\r
446         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
447         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
448         public bool clearOldLogs {\r
449             get {\r
450                 return ((bool)(this["clearOldLogs"]));\r
451             }\r
452             set {\r
453                 this["clearOldLogs"] = value;\r
454             }\r
455         }\r
456         \r
457         [global::System.Configuration.UserScopedSettingAttribute()]\r
458         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
459         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
460         public bool showCliForInGuiEncodeStatus {\r
461             get {\r
462                 return ((bool)(this["showCliForInGuiEncodeStatus"]));\r
463             }\r
464             set {\r
465                 this["showCliForInGuiEncodeStatus"] = value;\r
466             }\r
467         }\r
468         \r
469         [global::System.Configuration.UserScopedSettingAttribute()]\r
470         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
471         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
472         public bool AutoNameTitleCase {\r
473             get {\r
474                 return ((bool)(this["AutoNameTitleCase"]));\r
475             }\r
476             set {\r
477                 this["AutoNameTitleCase"] = value;\r
478             }\r
479         }\r
480         \r
481         [global::System.Configuration.UserScopedSettingAttribute()]\r
482         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
483         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
484         public bool AutoNameRemoveUnderscore {\r
485             get {\r
486                 return ((bool)(this["AutoNameRemoveUnderscore"]));\r
487             }\r
488             set {\r
489                 this["AutoNameRemoveUnderscore"] = value;\r
490             }\r
491         }\r
492         \r
493         [global::System.Configuration.UserScopedSettingAttribute()]\r
494         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
495         [global::System.Configuration.DefaultSettingValueAttribute("True")]\r
496         public bool UpdateRequired {\r
497             get {\r
498                 return ((bool)(this["UpdateRequired"]));\r
499             }\r
500             set {\r
501                 this["UpdateRequired"] = value;\r
502             }\r
503         }\r
504         \r
505         [global::System.Configuration.UserScopedSettingAttribute()]\r
506         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
507         [global::System.Configuration.DefaultSettingValueAttribute("0")]\r
508         public int ActivityWindowLastMode {\r
509             get {\r
510                 return ((int)(this["ActivityWindowLastMode"]));\r
511             }\r
512             set {\r
513                 this["ActivityWindowLastMode"] = value;\r
514             }\r
515         }\r
516         \r
517         [global::System.Configuration.UserScopedSettingAttribute()]\r
518         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
519         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
520         public bool preventSleep {\r
521             get {\r
522                 return ((bool)(this["preventSleep"]));\r
523             }\r
524             set {\r
525                 this["preventSleep"] = value;\r
526             }\r
527         }\r
528         \r
529         [global::System.Configuration.UserScopedSettingAttribute()]\r
530         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
531         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
532         public bool useClosedCaption {\r
533             get {\r
534                 return ((bool)(this["useClosedCaption"]));\r
535             }\r
536             set {\r
537                 this["useClosedCaption"] = value;\r
538             }\r
539         }\r
540         \r
541         [global::System.Configuration.UserScopedSettingAttribute()]\r
542         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
543         [global::System.Configuration.DefaultSettingValueAttribute("35")]\r
544         public int batchMinDuration {\r
545             get {\r
546                 return ((int)(this["batchMinDuration"]));\r
547             }\r
548             set {\r
549                 this["batchMinDuration"] = value;\r
550             }\r
551         }\r
552         \r
553         [global::System.Configuration.UserScopedSettingAttribute()]\r
554         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
555         [global::System.Configuration.DefaultSettingValueAttribute("47")]\r
556         public int batchMaxDuration {\r
557             get {\r
558                 return ((int)(this["batchMaxDuration"]));\r
559             }\r
560             set {\r
561                 this["batchMaxDuration"] = value;\r
562             }\r
563         }\r
564     }\r
565 }\r