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:2.0.50727.4927\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", "9.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("True")]\r
340         public bool useM4v {\r
341             get {\r
342                 return ((bool)(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("False")]\r
376         public bool DubAudio {\r
377             get {\r
378                 return ((bool)(this["DubAudio"]));\r
379             }\r
380             set {\r
381                 this["DubAudio"] = 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 disableResCalc {\r
401             get {\r
402                 return ((bool)(this["disableResCalc"]));\r
403             }\r
404             set {\r
405                 this["disableResCalc"] = 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 growlQueue {\r
413             get {\r
414                 return ((bool)(this["growlQueue"]));\r
415             }\r
416             set {\r
417                 this["growlQueue"] = 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("False")]\r
424         public bool growlEncode {\r
425             get {\r
426                 return ((bool)(this["growlEncode"]));\r
427             }\r
428             set {\r
429                 this["growlEncode"] = value;\r
430             }\r
431         }\r
432         \r
433         [global::System.Configuration.UserScopedSettingAttribute()]\r
434         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
435         public global::System.DateTime cliLastModified {\r
436             get {\r
437                 return ((global::System.DateTime)(this["cliLastModified"]));\r
438             }\r
439             set {\r
440                 this["cliLastModified"] = value;\r
441             }\r
442         }\r
443         \r
444         [global::System.Configuration.UserScopedSettingAttribute()]\r
445         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
446         [global::System.Configuration.DefaultSettingValueAttribute("10")]\r
447         public int previewScanCount {\r
448             get {\r
449                 return ((int)(this["previewScanCount"]));\r
450             }\r
451             set {\r
452                 this["previewScanCount"] = value;\r
453             }\r
454         }\r
455         \r
456         [global::System.Configuration.UserScopedSettingAttribute()]\r
457         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
458         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
459         public bool clearOldLogs {\r
460             get {\r
461                 return ((bool)(this["clearOldLogs"]));\r
462             }\r
463             set {\r
464                 this["clearOldLogs"] = value;\r
465             }\r
466         }\r
467         \r
468         [global::System.Configuration.UserScopedSettingAttribute()]\r
469         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
470         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
471         public bool showCliForInGuiEncodeStatus {\r
472             get {\r
473                 return ((bool)(this["showCliForInGuiEncodeStatus"]));\r
474             }\r
475             set {\r
476                 this["showCliForInGuiEncodeStatus"] = value;\r
477             }\r
478         }\r
479         \r
480         [global::System.Configuration.UserScopedSettingAttribute()]\r
481         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
482         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
483         public bool AutoNameTitleCase {\r
484             get {\r
485                 return ((bool)(this["AutoNameTitleCase"]));\r
486             }\r
487             set {\r
488                 this["AutoNameTitleCase"] = value;\r
489             }\r
490         }\r
491         \r
492         [global::System.Configuration.UserScopedSettingAttribute()]\r
493         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
494         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
495         public bool AutoNameRemoveUnderscore {\r
496             get {\r
497                 return ((bool)(this["AutoNameRemoveUnderscore"]));\r
498             }\r
499             set {\r
500                 this["AutoNameRemoveUnderscore"] = value;\r
501             }\r
502         }\r
503         \r
504         [global::System.Configuration.UserScopedSettingAttribute()]\r
505         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
506         [global::System.Configuration.DefaultSettingValueAttribute("3378")]\r
507         public int hb_min_cli {\r
508             get {\r
509                 return ((int)(this["hb_min_cli"]));\r
510             }\r
511             set {\r
512                 this["hb_min_cli"] = value;\r
513             }\r
514         }\r
515         \r
516         [global::System.Configuration.UserScopedSettingAttribute()]\r
517         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
518         [global::System.Configuration.DefaultSettingValueAttribute("True")]\r
519         public bool UpdateRequired {\r
520             get {\r
521                 return ((bool)(this["UpdateRequired"]));\r
522             }\r
523             set {\r
524                 this["UpdateRequired"] = value;\r
525             }\r
526         }\r
527         \r
528         [global::System.Configuration.UserScopedSettingAttribute()]\r
529         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
530         [global::System.Configuration.DefaultSettingValueAttribute("0")]\r
531         public int ActivityWindowLastMode {\r
532             get {\r
533                 return ((int)(this["ActivityWindowLastMode"]));\r
534             }\r
535             set {\r
536                 this["ActivityWindowLastMode"] = value;\r
537             }\r
538         }\r
539         \r
540         [global::System.Configuration.UserScopedSettingAttribute()]\r
541         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
542         [global::System.Configuration.DefaultSettingValueAttribute("False")]\r
543         public bool preventSleep {\r
544             get {\r
545                 return ((bool)(this["preventSleep"]));\r
546             }\r
547             set {\r
548                 this["preventSleep"] = value;\r
549             }\r
550         }\r
551     }\r
552 }\r