OSDN Git Service

4db4e7e1b61c683366cdac7041b98e023695190c
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
1 /*  frmOptions.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake\r
8 {\r
9     partial class frmOptions\r
10     {\r
11         /// <summary>\r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary>\r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Windows Form Designer generated code\r
30 \r
31         /// <summary>\r
32         /// Required method for Designer support - do not modify\r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             this.components = new System.ComponentModel.Container();\r
38             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOptions));\r
39             this.btn_close = new System.Windows.Forms.Button();\r
40             this.drp_completeOption = new System.Windows.Forms.ComboBox();\r
41             this.tab_options = new System.Windows.Forms.TabControl();\r
42             this.tab_general = new System.Windows.Forms.TabPage();\r
43             this.btn_browse = new System.Windows.Forms.Button();\r
44             this.label10 = new System.Windows.Forms.Label();\r
45             this.text_an_path = new System.Windows.Forms.TextBox();\r
46             this.check_autoNaming = new System.Windows.Forms.CheckBox();\r
47             this.label13 = new System.Windows.Forms.Label();\r
48             this.check_tooltip = new System.Windows.Forms.CheckBox();\r
49             this.check_updateCheck = new System.Windows.Forms.CheckBox();\r
50             this.check_userDefaultSettings = new System.Windows.Forms.CheckBox();\r
51             this.label1 = new System.Windows.Forms.Label();\r
52             this.label2 = new System.Windows.Forms.Label();\r
53             this.tab_cli = new System.Windows.Forms.TabPage();\r
54             this.check_cli_minimized = new System.Windows.Forms.CheckBox();\r
55             this.label12 = new System.Windows.Forms.Label();\r
56             this.drp_Priority = new System.Windows.Forms.ComboBox();\r
57             this.Label11 = new System.Windows.Forms.Label();\r
58             this.drp_processors = new System.Windows.Forms.ComboBox();\r
59             this.Label4 = new System.Windows.Forms.Label();\r
60             this.tab_advanced = new System.Windows.Forms.TabPage();\r
61             this.btn_drive_detect = new System.Windows.Forms.CheckBox();\r
62             this.label6 = new System.Windows.Forms.Label();\r
63             this.label8 = new System.Windows.Forms.Label();\r
64             this.pictureBox2 = new System.Windows.Forms.PictureBox();\r
65             this.pathFinder = new System.Windows.Forms.FolderBrowserDialog();\r
66             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
67             this.check_snapshot = new System.Windows.Forms.CheckBox();\r
68             this.lbl_appcastUnstable = new System.Windows.Forms.Label();\r
69             this.tab_options.SuspendLayout();\r
70             this.tab_general.SuspendLayout();\r
71             this.tab_cli.SuspendLayout();\r
72             this.tab_advanced.SuspendLayout();\r
73             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();\r
74             this.SuspendLayout();\r
75             // \r
76             // btn_close\r
77             // \r
78             this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
79             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
80             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
81             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
82             this.btn_close.Location = new System.Drawing.Point(395, 323);\r
83             this.btn_close.Name = "btn_close";\r
84             this.btn_close.Size = new System.Drawing.Size(107, 22);\r
85             this.btn_close.TabIndex = 53;\r
86             this.btn_close.Text = "Save && Close";\r
87             this.btn_close.UseVisualStyleBackColor = true;\r
88             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
89             // \r
90             // drp_completeOption\r
91             // \r
92             this.drp_completeOption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
93             this.drp_completeOption.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
94             this.drp_completeOption.FormattingEnabled = true;\r
95             this.drp_completeOption.Items.AddRange(new object[] {\r
96             "Do Nothing",\r
97             "Shutdown",\r
98             "Suspend",\r
99             "Hibernate",\r
100             "Lock System",\r
101             "Log Off",\r
102             "Quit HandBrake"});\r
103             this.drp_completeOption.Location = new System.Drawing.Point(114, 100);\r
104             this.drp_completeOption.Name = "drp_completeOption";\r
105             this.drp_completeOption.Size = new System.Drawing.Size(166, 21);\r
106             this.drp_completeOption.TabIndex = 43;\r
107             this.ToolTip.SetToolTip(this.drp_completeOption, "Performs an action when an encode or queue has completed.");\r
108             this.drp_completeOption.SelectedIndexChanged += new System.EventHandler(this.drp_completeOption_SelectedIndexChanged);\r
109             // \r
110             // tab_options\r
111             // \r
112             this.tab_options.Controls.Add(this.tab_general);\r
113             this.tab_options.Controls.Add(this.tab_cli);\r
114             this.tab_options.Controls.Add(this.tab_advanced);\r
115             this.tab_options.Location = new System.Drawing.Point(12, 55);\r
116             this.tab_options.Name = "tab_options";\r
117             this.tab_options.SelectedIndex = 0;\r
118             this.tab_options.Size = new System.Drawing.Size(490, 262);\r
119             this.tab_options.TabIndex = 58;\r
120             // \r
121             // tab_general\r
122             // \r
123             this.tab_general.Controls.Add(this.btn_browse);\r
124             this.tab_general.Controls.Add(this.label10);\r
125             this.tab_general.Controls.Add(this.text_an_path);\r
126             this.tab_general.Controls.Add(this.check_autoNaming);\r
127             this.tab_general.Controls.Add(this.label13);\r
128             this.tab_general.Controls.Add(this.check_tooltip);\r
129             this.tab_general.Controls.Add(this.check_updateCheck);\r
130             this.tab_general.Controls.Add(this.check_userDefaultSettings);\r
131             this.tab_general.Controls.Add(this.label1);\r
132             this.tab_general.Controls.Add(this.label2);\r
133             this.tab_general.Controls.Add(this.drp_completeOption);\r
134             this.tab_general.Location = new System.Drawing.Point(4, 22);\r
135             this.tab_general.Name = "tab_general";\r
136             this.tab_general.Size = new System.Drawing.Size(482, 236);\r
137             this.tab_general.TabIndex = 3;\r
138             this.tab_general.Text = "General";\r
139             this.tab_general.UseVisualStyleBackColor = true;\r
140             // \r
141             // btn_browse\r
142             // \r
143             this.btn_browse.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
144             this.btn_browse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
145             this.btn_browse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
146             this.btn_browse.Location = new System.Drawing.Point(386, 171);\r
147             this.btn_browse.Name = "btn_browse";\r
148             this.btn_browse.Size = new System.Drawing.Size(68, 22);\r
149             this.btn_browse.TabIndex = 78;\r
150             this.btn_browse.Text = "Browse";\r
151             this.btn_browse.UseVisualStyleBackColor = true;\r
152             this.btn_browse.Click += new System.EventHandler(this.btn_browse_Click);\r
153             // \r
154             // label10\r
155             // \r
156             this.label10.AutoSize = true;\r
157             this.label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
158             this.label10.Location = new System.Drawing.Point(111, 174);\r
159             this.label10.Name = "label10";\r
160             this.label10.Size = new System.Drawing.Size(82, 13);\r
161             this.label10.TabIndex = 77;\r
162             this.label10.Text = "Default Path:";\r
163             // \r
164             // text_an_path\r
165             // \r
166             this.text_an_path.Location = new System.Drawing.Point(199, 171);\r
167             this.text_an_path.Name = "text_an_path";\r
168             this.text_an_path.Size = new System.Drawing.Size(181, 21);\r
169             this.text_an_path.TabIndex = 76;\r
170             this.ToolTip.SetToolTip(this.text_an_path, "Default location where Auto named files are stored.");\r
171             this.text_an_path.TextChanged += new System.EventHandler(this.text_an_path_TextChanged);\r
172             // \r
173             // check_autoNaming\r
174             // \r
175             this.check_autoNaming.AutoSize = true;\r
176             this.check_autoNaming.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
177             this.check_autoNaming.Location = new System.Drawing.Point(114, 148);\r
178             this.check_autoNaming.Name = "check_autoNaming";\r
179             this.check_autoNaming.Size = new System.Drawing.Size(340, 17);\r
180             this.check_autoNaming.TabIndex = 72;\r
181             this.check_autoNaming.Text = "Use Auto Naming (uses source name and title number)";\r
182             this.ToolTip.SetToolTip(this.check_autoNaming, "Automatically name output files");\r
183             this.check_autoNaming.UseVisualStyleBackColor = true;\r
184             this.check_autoNaming.CheckedChanged += new System.EventHandler(this.check_autoNaming_CheckedChanged);\r
185             // \r
186             // label13\r
187             // \r
188             this.label13.AutoSize = true;\r
189             this.label13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
190             this.label13.Location = new System.Drawing.Point(10, 149);\r
191             this.label13.Name = "label13";\r
192             this.label13.Size = new System.Drawing.Size(86, 13);\r
193             this.label13.TabIndex = 71;\r
194             this.label13.Text = "Output files:";\r
195             // \r
196             // check_tooltip\r
197             // \r
198             this.check_tooltip.AutoSize = true;\r
199             this.check_tooltip.BackColor = System.Drawing.Color.Transparent;\r
200             this.check_tooltip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
201             this.check_tooltip.Location = new System.Drawing.Point(114, 41);\r
202             this.check_tooltip.Name = "check_tooltip";\r
203             this.check_tooltip.Size = new System.Drawing.Size(135, 17);\r
204             this.check_tooltip.TabIndex = 70;\r
205             this.check_tooltip.Text = "Enable GUI tooltips";\r
206             this.ToolTip.SetToolTip(this.check_tooltip, "Enable the built in tooltips for gui controls.");\r
207             this.check_tooltip.UseVisualStyleBackColor = false;\r
208             this.check_tooltip.CheckedChanged += new System.EventHandler(this.check_tooltip_CheckedChanged);\r
209             // \r
210             // check_updateCheck\r
211             // \r
212             this.check_updateCheck.AutoSize = true;\r
213             this.check_updateCheck.BackColor = System.Drawing.Color.Transparent;\r
214             this.check_updateCheck.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
215             this.check_updateCheck.Location = new System.Drawing.Point(114, 18);\r
216             this.check_updateCheck.Name = "check_updateCheck";\r
217             this.check_updateCheck.Size = new System.Drawing.Size(131, 17);\r
218             this.check_updateCheck.TabIndex = 68;\r
219             this.check_updateCheck.Text = "Check for updates";\r
220             this.ToolTip.SetToolTip(this.check_updateCheck, "Enables the built in update checker. This check is performed when the application" +\r
221                     " starts.");\r
222             this.check_updateCheck.UseVisualStyleBackColor = false;\r
223             this.check_updateCheck.CheckedChanged += new System.EventHandler(this.check_updateCheck_CheckedChanged);\r
224             // \r
225             // check_userDefaultSettings\r
226             // \r
227             this.check_userDefaultSettings.AutoSize = true;\r
228             this.check_userDefaultSettings.BackColor = System.Drawing.Color.Transparent;\r
229             this.check_userDefaultSettings.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
230             this.check_userDefaultSettings.Location = new System.Drawing.Point(114, 64);\r
231             this.check_userDefaultSettings.Name = "check_userDefaultSettings";\r
232             this.check_userDefaultSettings.Size = new System.Drawing.Size(166, 17);\r
233             this.check_userDefaultSettings.TabIndex = 69;\r
234             this.check_userDefaultSettings.Text = "Load my default settings";\r
235             this.ToolTip.SetToolTip(this.check_userDefaultSettings, "Loads the users default settings rather than the Normal preset.");\r
236             this.check_userDefaultSettings.UseVisualStyleBackColor = false;\r
237             this.check_userDefaultSettings.CheckedChanged += new System.EventHandler(this.check_userDefaultSettings_CheckedChanged);\r
238             // \r
239             // label1\r
240             // \r
241             this.label1.AutoSize = true;\r
242             this.label1.BackColor = System.Drawing.Color.Transparent;\r
243             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
244             this.label1.Location = new System.Drawing.Point(21, 19);\r
245             this.label1.Name = "label1";\r
246             this.label1.Size = new System.Drawing.Size(75, 13);\r
247             this.label1.TabIndex = 67;\r
248             this.label1.Text = "At Launch:";\r
249             // \r
250             // label2\r
251             // \r
252             this.label2.AutoSize = true;\r
253             this.label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
254             this.label2.Location = new System.Drawing.Point(12, 103);\r
255             this.label2.Name = "label2";\r
256             this.label2.Size = new System.Drawing.Size(84, 13);\r
257             this.label2.TabIndex = 54;\r
258             this.label2.Text = "When Done:";\r
259             // \r
260             // tab_cli\r
261             // \r
262             this.tab_cli.Controls.Add(this.check_cli_minimized);\r
263             this.tab_cli.Controls.Add(this.label12);\r
264             this.tab_cli.Controls.Add(this.drp_Priority);\r
265             this.tab_cli.Controls.Add(this.Label11);\r
266             this.tab_cli.Controls.Add(this.drp_processors);\r
267             this.tab_cli.Controls.Add(this.Label4);\r
268             this.tab_cli.Location = new System.Drawing.Point(4, 22);\r
269             this.tab_cli.Name = "tab_cli";\r
270             this.tab_cli.Size = new System.Drawing.Size(482, 236);\r
271             this.tab_cli.TabIndex = 2;\r
272             this.tab_cli.Text = "CLI";\r
273             this.tab_cli.UseVisualStyleBackColor = true;\r
274             // \r
275             // check_cli_minimized\r
276             // \r
277             this.check_cli_minimized.AutoSize = true;\r
278             this.check_cli_minimized.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
279             this.check_cli_minimized.Location = new System.Drawing.Point(71, 18);\r
280             this.check_cli_minimized.Name = "check_cli_minimized";\r
281             this.check_cli_minimized.Size = new System.Drawing.Size(155, 17);\r
282             this.check_cli_minimized.TabIndex = 76;\r
283             this.check_cli_minimized.Text = "Use window minimized";\r
284             this.ToolTip.SetToolTip(this.check_cli_minimized, "Starts a CLI window minimized.");\r
285             this.check_cli_minimized.UseVisualStyleBackColor = true;\r
286             this.check_cli_minimized.CheckedChanged += new System.EventHandler(this.check_cli_minimized_CheckedChanged);\r
287             // \r
288             // label12\r
289             // \r
290             this.label12.AutoSize = true;\r
291             this.label12.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
292             this.label12.Location = new System.Drawing.Point(21, 19);\r
293             this.label12.Name = "label12";\r
294             this.label12.Size = new System.Drawing.Size(32, 13);\r
295             this.label12.TabIndex = 75;\r
296             this.label12.Text = "CLI:";\r
297             // \r
298             // drp_Priority\r
299             // \r
300             this.drp_Priority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
301             this.drp_Priority.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
302             this.drp_Priority.FormattingEnabled = true;\r
303             this.drp_Priority.Items.AddRange(new object[] {\r
304             "Realtime",\r
305             "High",\r
306             "Above Normal",\r
307             "Normal",\r
308             "Below Normal",\r
309             "Low"});\r
310             this.drp_Priority.Location = new System.Drawing.Point(177, 72);\r
311             this.drp_Priority.Name = "drp_Priority";\r
312             this.drp_Priority.Size = new System.Drawing.Size(111, 21);\r
313             this.drp_Priority.TabIndex = 43;\r
314             this.ToolTip.SetToolTip(this.drp_Priority, "Set the application priority level for the CLI. \r\nIt\'s best to leave this on Belo" +\r
315                     "w Normal if you wish to use your system whilst encoding with HandBrake.\r\n");\r
316             this.drp_Priority.SelectedIndexChanged += new System.EventHandler(this.drp_Priority_SelectedIndexChanged);\r
317             // \r
318             // Label11\r
319             // \r
320             this.Label11.AutoSize = true;\r
321             this.Label11.BackColor = System.Drawing.Color.Transparent;\r
322             this.Label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
323             this.Label11.Location = new System.Drawing.Point(68, 48);\r
324             this.Label11.Name = "Label11";\r
325             this.Label11.Size = new System.Drawing.Size(103, 13);\r
326             this.Label11.TabIndex = 40;\r
327             this.Label11.Text = "Processor cores:";\r
328             // \r
329             // drp_processors\r
330             // \r
331             this.drp_processors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
332             this.drp_processors.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
333             this.drp_processors.FormattingEnabled = true;\r
334             this.drp_processors.Items.AddRange(new object[] {\r
335             "Automatic",\r
336             "1",\r
337             "2",\r
338             "3",\r
339             "4",\r
340             "5",\r
341             "6",\r
342             "7",\r
343             "8"});\r
344             this.drp_processors.Location = new System.Drawing.Point(177, 45);\r
345             this.drp_processors.Name = "drp_processors";\r
346             this.drp_processors.Size = new System.Drawing.Size(111, 21);\r
347             this.drp_processors.TabIndex = 41;\r
348             this.ToolTip.SetToolTip(this.drp_processors, "The number of processor\'s / processor cores. Unless your having problems, leave o" +\r
349                     "n Automatic.");\r
350             this.drp_processors.SelectedIndexChanged += new System.EventHandler(this.drp_processors_SelectedIndexChanged);\r
351             // \r
352             // Label4\r
353             // \r
354             this.Label4.AutoSize = true;\r
355             this.Label4.BackColor = System.Drawing.Color.Transparent;\r
356             this.Label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
357             this.Label4.Location = new System.Drawing.Point(68, 75);\r
358             this.Label4.Name = "Label4";\r
359             this.Label4.Size = new System.Drawing.Size(84, 13);\r
360             this.Label4.TabIndex = 42;\r
361             this.Label4.Text = "Priority level:";\r
362             // \r
363             // tab_advanced\r
364             // \r
365             this.tab_advanced.Controls.Add(this.lbl_appcastUnstable);\r
366             this.tab_advanced.Controls.Add(this.check_snapshot);\r
367             this.tab_advanced.Controls.Add(this.btn_drive_detect);\r
368             this.tab_advanced.Controls.Add(this.label6);\r
369             this.tab_advanced.Location = new System.Drawing.Point(4, 22);\r
370             this.tab_advanced.Name = "tab_advanced";\r
371             this.tab_advanced.Padding = new System.Windows.Forms.Padding(3);\r
372             this.tab_advanced.Size = new System.Drawing.Size(482, 236);\r
373             this.tab_advanced.TabIndex = 4;\r
374             this.tab_advanced.Text = "Advanced";\r
375             this.tab_advanced.UseVisualStyleBackColor = true;\r
376             // \r
377             // btn_drive_detect\r
378             // \r
379             this.btn_drive_detect.AutoSize = true;\r
380             this.btn_drive_detect.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
381             this.btn_drive_detect.Location = new System.Drawing.Point(76, 18);\r
382             this.btn_drive_detect.Name = "btn_drive_detect";\r
383             this.btn_drive_detect.Size = new System.Drawing.Size(383, 17);\r
384             this.btn_drive_detect.TabIndex = 72;\r
385             this.btn_drive_detect.Text = "Enable Drive Detection in the \"Source\" button dropdown menu";\r
386             this.ToolTip.SetToolTip(this.btn_drive_detect, "Enables the Source button\'s ability to detect DVD\'s.\r\nIf this option is enabled, " +\r
387                     "DVD\'s will be listed in the source menu.");\r
388             this.btn_drive_detect.UseVisualStyleBackColor = true;\r
389             this.btn_drive_detect.CheckedChanged += new System.EventHandler(this.btn_drive_detect_CheckedChanged);\r
390             // \r
391             // label6\r
392             // \r
393             this.label6.AutoSize = true;\r
394             this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
395             this.label6.Location = new System.Drawing.Point(27, 19);\r
396             this.label6.Name = "label6";\r
397             this.label6.Size = new System.Drawing.Size(35, 13);\r
398             this.label6.TabIndex = 71;\r
399             this.label6.Text = "GUI:";\r
400             // \r
401             // label8\r
402             // \r
403             this.label8.AutoSize = true;\r
404             this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
405             this.label8.Location = new System.Drawing.Point(50, 24);\r
406             this.label8.Name = "label8";\r
407             this.label8.Size = new System.Drawing.Size(131, 13);\r
408             this.label8.TabIndex = 61;\r
409             this.label8.Text = "Handbrake Options";\r
410             // \r
411             // pictureBox2\r
412             // \r
413             this.pictureBox2.Image = global::Handbrake.Properties.Resources.General_Preferences;\r
414             this.pictureBox2.Location = new System.Drawing.Point(12, 12);\r
415             this.pictureBox2.Name = "pictureBox2";\r
416             this.pictureBox2.Size = new System.Drawing.Size(32, 32);\r
417             this.pictureBox2.TabIndex = 60;\r
418             this.pictureBox2.TabStop = false;\r
419             // \r
420             // ToolTip\r
421             // \r
422             this.ToolTip.Active = false;\r
423             this.ToolTip.AutomaticDelay = 1000;\r
424             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
425             this.ToolTip.ToolTipTitle = "Tooltip";\r
426             // \r
427             // check_snapshot\r
428             // \r
429             this.check_snapshot.AutoSize = true;\r
430             this.check_snapshot.BackColor = System.Drawing.Color.Transparent;\r
431             this.check_snapshot.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
432             this.check_snapshot.Location = new System.Drawing.Point(76, 41);\r
433             this.check_snapshot.Name = "check_snapshot";\r
434             this.check_snapshot.Size = new System.Drawing.Size(273, 17);\r
435             this.check_snapshot.TabIndex = 80;\r
436             this.check_snapshot.Text = "Check for unstable development snapshots";\r
437             this.ToolTip.SetToolTip(this.check_snapshot, "Enables the built in update checker to check for the latest development snapshot " +\r
438                     "builds.\r\nWarning: These are considered unstable builds and are not supported!");\r
439             this.check_snapshot.UseVisualStyleBackColor = false;\r
440             this.check_snapshot.CheckedChanged += new System.EventHandler(this.check_snapshot_CheckedChanged);\r
441             // \r
442             // lbl_appcastUnstable\r
443             // \r
444             this.lbl_appcastUnstable.AutoSize = true;\r
445             this.lbl_appcastUnstable.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
446             this.lbl_appcastUnstable.Location = new System.Drawing.Point(6, 42);\r
447             this.lbl_appcastUnstable.Name = "lbl_appcastUnstable";\r
448             this.lbl_appcastUnstable.Size = new System.Drawing.Size(64, 13);\r
449             this.lbl_appcastUnstable.TabIndex = 81;\r
450             this.lbl_appcastUnstable.Text = "Updates:";\r
451             // \r
452             // frmOptions\r
453             // \r
454             this.ClientSize = new System.Drawing.Size(514, 355);\r
455             this.Controls.Add(this.label8);\r
456             this.Controls.Add(this.pictureBox2);\r
457             this.Controls.Add(this.tab_options);\r
458             this.Controls.Add(this.btn_close);\r
459             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
460             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
461             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
462             this.MaximizeBox = false;\r
463             this.MinimizeBox = false;\r
464             this.Name = "frmOptions";\r
465             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
466             this.Text = "Options";\r
467             this.tab_options.ResumeLayout(false);\r
468             this.tab_general.ResumeLayout(false);\r
469             this.tab_general.PerformLayout();\r
470             this.tab_cli.ResumeLayout(false);\r
471             this.tab_cli.PerformLayout();\r
472             this.tab_advanced.ResumeLayout(false);\r
473             this.tab_advanced.PerformLayout();\r
474             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();\r
475             this.ResumeLayout(false);\r
476             this.PerformLayout();\r
477 \r
478         }\r
479 \r
480         #endregion\r
481 \r
482         internal System.Windows.Forms.Button btn_close;\r
483         internal System.Windows.Forms.ComboBox drp_completeOption;\r
484         private System.Windows.Forms.TabControl tab_options;\r
485         private System.Windows.Forms.Label label2;\r
486         private System.Windows.Forms.TabPage tab_cli;\r
487         private System.Windows.Forms.Label label8;\r
488         private System.Windows.Forms.PictureBox pictureBox2;\r
489         private System.Windows.Forms.TabPage tab_general;\r
490         private System.Windows.Forms.FolderBrowserDialog pathFinder;\r
491         internal System.Windows.Forms.ComboBox drp_Priority;\r
492         internal System.Windows.Forms.Label Label11;\r
493         internal System.Windows.Forms.Label Label4;\r
494         internal System.Windows.Forms.ComboBox drp_processors;\r
495         internal System.Windows.Forms.CheckBox check_tooltip;\r
496         internal System.Windows.Forms.CheckBox check_updateCheck;\r
497         internal System.Windows.Forms.CheckBox check_userDefaultSettings;\r
498         private System.Windows.Forms.Label label1;\r
499         private System.Windows.Forms.TabPage tab_advanced;\r
500         internal System.Windows.Forms.CheckBox btn_drive_detect;\r
501         private System.Windows.Forms.Label label6;\r
502         private System.Windows.Forms.Label label13;\r
503         internal System.Windows.Forms.Button btn_browse;\r
504         internal System.Windows.Forms.Label label10;\r
505         private System.Windows.Forms.TextBox text_an_path;\r
506         internal System.Windows.Forms.CheckBox check_autoNaming;\r
507         internal System.Windows.Forms.CheckBox check_cli_minimized;\r
508         private System.Windows.Forms.Label label12;\r
509         internal System.Windows.Forms.ToolTip ToolTip;\r
510         private System.Windows.Forms.Label lbl_appcastUnstable;\r
511         internal System.Windows.Forms.CheckBox check_snapshot;\r
512     }\r
513 }