OSDN Git Service

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