OSDN Git Service

# Start of Version 2.3
[handbrake-jp/handbrake-jp-git.git] / win / Handbrake / My Project / Settings.Designer.vb
1 '------------------------------------------------------------------------------\r
2 ' <auto-generated>\r
3 '     This code was generated by a tool.\r
4 '     Runtime Version:2.0.50727.42\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 Option Strict On\r
12 Option Explicit On\r
13 \r
14 \r
15 Namespace My\r
16     \r
17     <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _\r
18      Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0"),  _\r
19      Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _\r
20     Partial Friend NotInheritable Class MySettings\r
21         Inherits Global.System.Configuration.ApplicationSettingsBase\r
22         \r
23         Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings),MySettings)\r
24         \r
25 #Region "My.Settings Auto-Save Functionality"\r
26 #If _MyType = "WindowsForms" Then\r
27     Private Shared addedHandler As Boolean\r
28 \r
29     Private Shared addedHandlerLockObject As New Object\r
30 \r
31     <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _\r
32     Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)\r
33         If My.Application.SaveMySettingsOnExit Then\r
34             My.Settings.Save()\r
35         End If\r
36     End Sub\r
37 #End If\r
38 #End Region\r
39         \r
40         Public Shared ReadOnly Property [Default]() As MySettings\r
41             Get\r
42                 \r
43 #If _MyType = "WindowsForms" Then\r
44                If Not addedHandler Then\r
45                     SyncLock addedHandlerLockObject\r
46                         If Not addedHandler Then\r
47                             AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings\r
48                             addedHandler = True\r
49                         End If\r
50                     End SyncLock\r
51                 End If\r
52 #End If\r
53                 Return defaultInstance\r
54             End Get\r
55         End Property\r
56         \r
57         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
58          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
59          Global.System.Configuration.DefaultSettingValueAttribute("1")>  _\r
60         Public Property StartupUpdate() As Integer\r
61             Get\r
62                 Return CType(Me("StartupUpdate"),Integer)\r
63             End Get\r
64             Set\r
65                 Me("StartupUpdate") = value\r
66             End Set\r
67         End Property\r
68         \r
69         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
70          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
71          Global.System.Configuration.DefaultSettingValueAttribute("2.3")>  _\r
72         Public Property HandbrakeGUIVersion() As String\r
73             Get\r
74                 Return CType(Me("HandbrakeGUIVersion"),String)\r
75             End Get\r
76             Set\r
77                 Me("HandbrakeGUIVersion") = value\r
78             End Set\r
79         End Property\r
80         \r
81         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
82          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
83          Global.System.Configuration.DefaultSettingValueAttribute("0.8.5b1")>  _\r
84         Public Property HandbrakeCLIVersion() As String\r
85             Get\r
86                 Return CType(Me("HandbrakeCLIVersion"),String)\r
87             End Get\r
88             Set\r
89                 Me("HandbrakeCLIVersion") = value\r
90             End Set\r
91         End Property\r
92         \r
93         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
94          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
95          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
96         Public Property VideoEncoder() As String\r
97             Get\r
98                 Return CType(Me("VideoEncoder"),String)\r
99             End Get\r
100             Set\r
101                 Me("VideoEncoder") = value\r
102             End Set\r
103         End Property\r
104         \r
105         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
106          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
107          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
108         Public Property AudioEncoder() As String\r
109             Get\r
110                 Return CType(Me("AudioEncoder"),String)\r
111             End Get\r
112             Set\r
113                 Me("AudioEncoder") = value\r
114             End Set\r
115         End Property\r
116         \r
117         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
118          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
119          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
120         Public Property Width() As String\r
121             Get\r
122                 Return CType(Me("Width"),String)\r
123             End Get\r
124             Set\r
125                 Me("Width") = value\r
126             End Set\r
127         End Property\r
128         \r
129         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
130          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
131          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
132         Public Property Height() As String\r
133             Get\r
134                 Return CType(Me("Height"),String)\r
135             End Get\r
136             Set\r
137                 Me("Height") = value\r
138             End Set\r
139         End Property\r
140         \r
141         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
142          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
143          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
144         Public Property CroppingOption() As String\r
145             Get\r
146                 Return CType(Me("CroppingOption"),String)\r
147             End Get\r
148             Set\r
149                 Me("CroppingOption") = value\r
150             End Set\r
151         End Property\r
152         \r
153         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
154          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
155          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
156         Public Property VideoBitrate() As String\r
157             Get\r
158                 Return CType(Me("VideoBitrate"),String)\r
159             End Get\r
160             Set\r
161                 Me("VideoBitrate") = value\r
162             End Set\r
163         End Property\r
164         \r
165         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
166          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
167          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
168         Public Property VideoFilesize() As String\r
169             Get\r
170                 Return CType(Me("VideoFilesize"),String)\r
171             End Get\r
172             Set\r
173                 Me("VideoFilesize") = value\r
174             End Set\r
175         End Property\r
176         \r
177         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
178          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
179          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
180         Public Property VideoQuality() As String\r
181             Get\r
182                 Return CType(Me("VideoQuality"),String)\r
183             End Get\r
184             Set\r
185                 Me("VideoQuality") = value\r
186             End Set\r
187         End Property\r
188         \r
189         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
190          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
191          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
192         Public Property Framerate() As String\r
193             Get\r
194                 Return CType(Me("Framerate"),String)\r
195             End Get\r
196             Set\r
197                 Me("Framerate") = value\r
198             End Set\r
199         End Property\r
200         \r
201         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
202          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
203          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
204         Public Property TwoPass() As String\r
205             Get\r
206                 Return CType(Me("TwoPass"),String)\r
207             End Get\r
208             Set\r
209                 Me("TwoPass") = value\r
210             End Set\r
211         End Property\r
212         \r
213         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
214          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
215          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
216         Public Property DeInterlace() As String\r
217             Get\r
218                 Return CType(Me("DeInterlace"),String)\r
219             End Get\r
220             Set\r
221                 Me("DeInterlace") = value\r
222             End Set\r
223         End Property\r
224         \r
225         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
226          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
227          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
228         Public Property Grayscale() As String\r
229             Get\r
230                 Return CType(Me("Grayscale"),String)\r
231             End Get\r
232             Set\r
233                 Me("Grayscale") = value\r
234             End Set\r
235         End Property\r
236         \r
237         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
238          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
239          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
240         Public Property PixelRatio() As String\r
241             Get\r
242                 Return CType(Me("PixelRatio"),String)\r
243             End Get\r
244             Set\r
245                 Me("PixelRatio") = value\r
246             End Set\r
247         End Property\r
248         \r
249         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
250          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
251          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
252         Public Property AudioBitrate() As String\r
253             Get\r
254                 Return CType(Me("AudioBitrate"),String)\r
255             End Get\r
256             Set\r
257                 Me("AudioBitrate") = value\r
258             End Set\r
259         End Property\r
260         \r
261         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
262          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
263          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
264         Public Property AudioSampleRate() As String\r
265             Get\r
266                 Return CType(Me("AudioSampleRate"),String)\r
267             End Get\r
268             Set\r
269                 Me("AudioSampleRate") = value\r
270             End Set\r
271         End Property\r
272         \r
273         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
274          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
275          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
276         Public Property AudioChannels() As String\r
277             Get\r
278                 Return CType(Me("AudioChannels"),String)\r
279             End Get\r
280             Set\r
281                 Me("AudioChannels") = value\r
282             End Set\r
283         End Property\r
284         \r
285         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
286          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
287          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
288         Public Property FiveChanAudio() As String\r
289             Get\r
290                 Return CType(Me("FiveChanAudio"),String)\r
291             End Get\r
292             Set\r
293                 Me("FiveChanAudio") = value\r
294             End Set\r
295         End Property\r
296         \r
297         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
298          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
299          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
300         Public Property CRF() As String\r
301             Get\r
302                 Return CType(Me("CRF"),String)\r
303             End Get\r
304             Set\r
305                 Me("CRF") = value\r
306             End Set\r
307         End Property\r
308         \r
309         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
310          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
311          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
312         Public Property H264() As String\r
313             Get\r
314                 Return CType(Me("H264"),String)\r
315             End Get\r
316             Set\r
317                 Me("H264") = value\r
318             End Set\r
319         End Property\r
320         \r
321         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
322          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
323          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
324         Public Property DVDSource() As String\r
325             Get\r
326                 Return CType(Me("DVDSource"),String)\r
327             End Get\r
328             Set\r
329                 Me("DVDSource") = value\r
330             End Set\r
331         End Property\r
332         \r
333         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
334          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
335          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
336         Public Property ChapterStart() As String\r
337             Get\r
338                 Return CType(Me("ChapterStart"),String)\r
339             End Get\r
340             Set\r
341                 Me("ChapterStart") = value\r
342             End Set\r
343         End Property\r
344         \r
345         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
346          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
347          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
348         Public Property DVDTitle() As String\r
349             Get\r
350                 Return CType(Me("DVDTitle"),String)\r
351             End Get\r
352             Set\r
353                 Me("DVDTitle") = value\r
354             End Set\r
355         End Property\r
356         \r
357         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
358          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
359          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
360         Public Property VideoDest() As String\r
361             Get\r
362                 Return CType(Me("VideoDest"),String)\r
363             End Get\r
364             Set\r
365                 Me("VideoDest") = value\r
366             End Set\r
367         End Property\r
368         \r
369         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
370          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
371          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
372         Public Property Processors() As String\r
373             Get\r
374                 Return CType(Me("Processors"),String)\r
375             End Get\r
376             Set\r
377                 Me("Processors") = value\r
378             End Set\r
379         End Property\r
380         \r
381         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
382          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
383          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
384         Public Property Subtitles() As String\r
385             Get\r
386                 Return CType(Me("Subtitles"),String)\r
387             End Get\r
388             Set\r
389                 Me("Subtitles") = value\r
390             End Set\r
391         End Property\r
392         \r
393         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
394          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
395          Global.System.Configuration.DefaultSettingValueAttribute("0")>  _\r
396         Public Property UseUsersDefaultSettings() As Integer\r
397             Get\r
398                 Return CType(Me("UseUsersDefaultSettings"),Integer)\r
399             End Get\r
400             Set\r
401                 Me("UseUsersDefaultSettings") = value\r
402             End Set\r
403         End Property\r
404         \r
405         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
406          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
407          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
408         Public Property CropTop() As String\r
409             Get\r
410                 Return CType(Me("CropTop"),String)\r
411             End Get\r
412             Set\r
413                 Me("CropTop") = value\r
414             End Set\r
415         End Property\r
416         \r
417         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
418          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
419          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
420         Public Property CropBottom() As String\r
421             Get\r
422                 Return CType(Me("CropBottom"),String)\r
423             End Get\r
424             Set\r
425                 Me("CropBottom") = value\r
426             End Set\r
427         End Property\r
428         \r
429         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
430          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
431          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
432         Public Property CropLeft() As String\r
433             Get\r
434                 Return CType(Me("CropLeft"),String)\r
435             End Get\r
436             Set\r
437                 Me("CropLeft") = value\r
438             End Set\r
439         End Property\r
440         \r
441         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
442          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
443          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
444         Public Property CropRight() As String\r
445             Get\r
446                 Return CType(Me("CropRight"),String)\r
447             End Get\r
448             Set\r
449                 Me("CropRight") = value\r
450             End Set\r
451         End Property\r
452         \r
453         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
454          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
455          Global.System.Configuration.DefaultSettingValueAttribute("1")>  _\r
456         Public Property ReadDVDatStartup() As Integer\r
457             Get\r
458                 Return CType(Me("ReadDVDatStartup"),Integer)\r
459             End Get\r
460             Set\r
461                 Me("ReadDVDatStartup") = value\r
462             End Set\r
463         End Property\r
464         \r
465         <Global.System.Configuration.UserScopedSettingAttribute(),  _\r
466          Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
467          Global.System.Configuration.DefaultSettingValueAttribute("")>  _\r
468         Public Property ChapterFinish() As String\r
469             Get\r
470                 Return CType(Me("ChapterFinish"),String)\r
471             End Get\r
472             Set\r
473                 Me("ChapterFinish") = value\r
474             End Set\r
475         End Property\r
476     End Class\r
477 End Namespace\r
478 \r
479 Namespace My\r
480     \r
481     <Global.Microsoft.VisualBasic.HideModuleNameAttribute(),  _\r
482      Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _\r
483      Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()>  _\r
484     Friend Module MySettingsProperty\r
485         \r
486         <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")>  _\r
487         Friend ReadOnly Property Settings() As Global.Handbrake.My.MySettings\r
488             Get\r
489                 Return Global.Handbrake.My.MySettings.Default\r
490             End Get\r
491         End Property\r
492     End Module\r
493 End Namespace\r