OSDN Git Service

WinGui:
[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.m0k.org/>.\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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOptions));\r
38             this.btn_close = new System.Windows.Forms.Button();\r
39             this.drp_completeOption = new System.Windows.Forms.ComboBox();\r
40             this.label5 = new System.Windows.Forms.Label();\r
41             this.tab_options = new System.Windows.Forms.TabControl();\r
42             this.tab_general = new System.Windows.Forms.TabPage();\r
43             this.check_updatePresets = new System.Windows.Forms.CheckBox();\r
44             this.check_tooltip = new System.Windows.Forms.CheckBox();\r
45             this.check_updateCheck = new System.Windows.Forms.CheckBox();\r
46             this.check_userDefaultSettings = new System.Windows.Forms.CheckBox();\r
47             this.label1 = new System.Windows.Forms.Label();\r
48             this.tabPage1 = new System.Windows.Forms.TabPage();\r
49             this.btn_browse = new System.Windows.Forms.Button();\r
50             this.label10 = new System.Windows.Forms.Label();\r
51             this.text_an_path = new System.Windows.Forms.TextBox();\r
52             this.check_autoNaming = new System.Windows.Forms.CheckBox();\r
53             this.label9 = new System.Windows.Forms.Label();\r
54             this.label2 = new System.Windows.Forms.Label();\r
55             this.tab_debug = new System.Windows.Forms.TabPage();\r
56             this.label3 = new System.Windows.Forms.Label();\r
57             this.drp_Priority = new System.Windows.Forms.ComboBox();\r
58             this.Label11 = new System.Windows.Forms.Label();\r
59             this.drp_processors = new System.Windows.Forms.ComboBox();\r
60             this.Label4 = new System.Windows.Forms.Label();\r
61             this.label8 = new System.Windows.Forms.Label();\r
62             this.pictureBox2 = new System.Windows.Forms.PictureBox();\r
63             this.label7 = new System.Windows.Forms.Label();\r
64             this.pathFinder = new System.Windows.Forms.FolderBrowserDialog();\r
65             this.tab_options.SuspendLayout();\r
66             this.tab_general.SuspendLayout();\r
67             this.tabPage1.SuspendLayout();\r
68             this.tab_debug.SuspendLayout();\r
69             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();\r
70             this.SuspendLayout();\r
71             // \r
72             // btn_close\r
73             // \r
74             this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
75             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
76             this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
77             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
78             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
79             this.btn_close.Location = new System.Drawing.Point(324, 305);\r
80             this.btn_close.Name = "btn_close";\r
81             this.btn_close.Size = new System.Drawing.Size(107, 22);\r
82             this.btn_close.TabIndex = 53;\r
83             this.btn_close.Text = "Save && Close";\r
84             this.btn_close.UseVisualStyleBackColor = false;\r
85             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
86             // \r
87             // drp_completeOption\r
88             // \r
89             this.drp_completeOption.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
90             this.drp_completeOption.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
91             this.drp_completeOption.FormattingEnabled = true;\r
92             this.drp_completeOption.Items.AddRange(new object[] {\r
93             "Do Nothing",\r
94             "Shutdown",\r
95             "Suspend",\r
96             "Hibernate",\r
97             "Lock System",\r
98             "Log Off",\r
99             "Quit HandBrake"});\r
100             this.drp_completeOption.Location = new System.Drawing.Point(193, 39);\r
101             this.drp_completeOption.Name = "drp_completeOption";\r
102             this.drp_completeOption.Size = new System.Drawing.Size(111, 21);\r
103             this.drp_completeOption.TabIndex = 43;\r
104             this.drp_completeOption.SelectedIndexChanged += new System.EventHandler(this.drp_completeOption_SelectedIndexChanged);\r
105             // \r
106             // label5\r
107             // \r
108             this.label5.AutoSize = true;\r
109             this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
110             this.label5.Location = new System.Drawing.Point(14, 42);\r
111             this.label5.Name = "label5";\r
112             this.label5.Size = new System.Drawing.Size(173, 13);\r
113             this.label5.TabIndex = 42;\r
114             this.label5.Text = "When the encode completes:";\r
115             // \r
116             // tab_options\r
117             // \r
118             this.tab_options.Controls.Add(this.tab_general);\r
119             this.tab_options.Controls.Add(this.tabPage1);\r
120             this.tab_options.Controls.Add(this.tab_debug);\r
121             this.tab_options.Location = new System.Drawing.Point(12, 63);\r
122             this.tab_options.Name = "tab_options";\r
123             this.tab_options.SelectedIndex = 0;\r
124             this.tab_options.Size = new System.Drawing.Size(419, 236);\r
125             this.tab_options.TabIndex = 58;\r
126             // \r
127             // tab_general\r
128             // \r
129             this.tab_general.BackColor = System.Drawing.SystemColors.ControlLight;\r
130             this.tab_general.Controls.Add(this.check_updatePresets);\r
131             this.tab_general.Controls.Add(this.check_tooltip);\r
132             this.tab_general.Controls.Add(this.check_updateCheck);\r
133             this.tab_general.Controls.Add(this.check_userDefaultSettings);\r
134             this.tab_general.Controls.Add(this.label1);\r
135             this.tab_general.Location = new System.Drawing.Point(4, 22);\r
136             this.tab_general.Name = "tab_general";\r
137             this.tab_general.Padding = new System.Windows.Forms.Padding(3);\r
138             this.tab_general.Size = new System.Drawing.Size(411, 210);\r
139             this.tab_general.TabIndex = 0;\r
140             this.tab_general.Text = "Startup";\r
141             this.tab_general.UseVisualStyleBackColor = true;\r
142             // \r
143             // check_updatePresets\r
144             // \r
145             this.check_updatePresets.AutoSize = true;\r
146             this.check_updatePresets.BackColor = System.Drawing.Color.Transparent;\r
147             this.check_updatePresets.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
148             this.check_updatePresets.Location = new System.Drawing.Point(16, 102);\r
149             this.check_updatePresets.Name = "check_updatePresets";\r
150             this.check_updatePresets.Size = new System.Drawing.Size(112, 17);\r
151             this.check_updatePresets.TabIndex = 59;\r
152             this.check_updatePresets.Text = "Update presets";\r
153             this.check_updatePresets.UseVisualStyleBackColor = false;\r
154             this.check_updatePresets.CheckedChanged += new System.EventHandler(this.check_updatePresets_CheckedChanged);\r
155             // \r
156             // check_tooltip\r
157             // \r
158             this.check_tooltip.AutoSize = true;\r
159             this.check_tooltip.BackColor = System.Drawing.Color.Transparent;\r
160             this.check_tooltip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
161             this.check_tooltip.Location = new System.Drawing.Point(16, 56);\r
162             this.check_tooltip.Name = "check_tooltip";\r
163             this.check_tooltip.Size = new System.Drawing.Size(135, 17);\r
164             this.check_tooltip.TabIndex = 57;\r
165             this.check_tooltip.Text = "Enable GUI tooltips";\r
166             this.check_tooltip.UseVisualStyleBackColor = false;\r
167             this.check_tooltip.CheckedChanged += new System.EventHandler(this.check_tooltip_CheckedChanged);\r
168             // \r
169             // check_updateCheck\r
170             // \r
171             this.check_updateCheck.AutoSize = true;\r
172             this.check_updateCheck.BackColor = System.Drawing.Color.Transparent;\r
173             this.check_updateCheck.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
174             this.check_updateCheck.Location = new System.Drawing.Point(16, 33);\r
175             this.check_updateCheck.Name = "check_updateCheck";\r
176             this.check_updateCheck.Size = new System.Drawing.Size(131, 17);\r
177             this.check_updateCheck.TabIndex = 55;\r
178             this.check_updateCheck.Text = "Check for updates";\r
179             this.check_updateCheck.UseVisualStyleBackColor = false;\r
180             this.check_updateCheck.CheckedChanged += new System.EventHandler(this.check_updateCheck_CheckedChanged);\r
181             // \r
182             // check_userDefaultSettings\r
183             // \r
184             this.check_userDefaultSettings.AutoSize = true;\r
185             this.check_userDefaultSettings.BackColor = System.Drawing.Color.Transparent;\r
186             this.check_userDefaultSettings.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
187             this.check_userDefaultSettings.Location = new System.Drawing.Point(16, 79);\r
188             this.check_userDefaultSettings.Name = "check_userDefaultSettings";\r
189             this.check_userDefaultSettings.Size = new System.Drawing.Size(166, 17);\r
190             this.check_userDefaultSettings.TabIndex = 56;\r
191             this.check_userDefaultSettings.Text = "Load my default settings";\r
192             this.check_userDefaultSettings.UseVisualStyleBackColor = false;\r
193             this.check_userDefaultSettings.CheckedChanged += new System.EventHandler(this.check_userDefaultSettings_CheckedChanged);\r
194             // \r
195             // label1\r
196             // \r
197             this.label1.AutoSize = true;\r
198             this.label1.BackColor = System.Drawing.Color.Transparent;\r
199             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
200             this.label1.Location = new System.Drawing.Point(13, 13);\r
201             this.label1.Name = "label1";\r
202             this.label1.Size = new System.Drawing.Size(76, 13);\r
203             this.label1.TabIndex = 0;\r
204             this.label1.Text = "On Startup";\r
205             // \r
206             // tabPage1\r
207             // \r
208             this.tabPage1.Controls.Add(this.btn_browse);\r
209             this.tabPage1.Controls.Add(this.label10);\r
210             this.tabPage1.Controls.Add(this.text_an_path);\r
211             this.tabPage1.Controls.Add(this.check_autoNaming);\r
212             this.tabPage1.Controls.Add(this.label9);\r
213             this.tabPage1.Controls.Add(this.label2);\r
214             this.tabPage1.Controls.Add(this.drp_completeOption);\r
215             this.tabPage1.Controls.Add(this.label5);\r
216             this.tabPage1.Location = new System.Drawing.Point(4, 22);\r
217             this.tabPage1.Name = "tabPage1";\r
218             this.tabPage1.Size = new System.Drawing.Size(411, 210);\r
219             this.tabPage1.TabIndex = 3;\r
220             this.tabPage1.Text = "General";\r
221             this.tabPage1.UseVisualStyleBackColor = true;\r
222             // \r
223             // btn_browse\r
224             // \r
225             this.btn_browse.BackColor = System.Drawing.SystemColors.ControlLight;\r
226             this.btn_browse.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
227             this.btn_browse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
228             this.btn_browse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
229             this.btn_browse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
230             this.btn_browse.Location = new System.Drawing.Point(326, 146);\r
231             this.btn_browse.Name = "btn_browse";\r
232             this.btn_browse.Size = new System.Drawing.Size(68, 22);\r
233             this.btn_browse.TabIndex = 62;\r
234             this.btn_browse.Text = "Browse";\r
235             this.btn_browse.UseVisualStyleBackColor = false;\r
236             this.btn_browse.Click += new System.EventHandler(this.btn_browse_Click);\r
237             // \r
238             // label10\r
239             // \r
240             this.label10.AutoSize = true;\r
241             this.label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
242             this.label10.Location = new System.Drawing.Point(14, 131);\r
243             this.label10.Name = "label10";\r
244             this.label10.Size = new System.Drawing.Size(145, 13);\r
245             this.label10.TabIndex = 61;\r
246             this.label10.Text = "Default AutoName Path:";\r
247             // \r
248             // text_an_path\r
249             // \r
250             this.text_an_path.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
251             this.text_an_path.Location = new System.Drawing.Point(17, 147);\r
252             this.text_an_path.Name = "text_an_path";\r
253             this.text_an_path.Size = new System.Drawing.Size(303, 21);\r
254             this.text_an_path.TabIndex = 60;\r
255             this.text_an_path.TextChanged += new System.EventHandler(this.text_an_path_TextChanged);\r
256             // \r
257             // check_autoNaming\r
258             // \r
259             this.check_autoNaming.AutoSize = true;\r
260             this.check_autoNaming.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
261             this.check_autoNaming.Location = new System.Drawing.Point(17, 103);\r
262             this.check_autoNaming.Name = "check_autoNaming";\r
263             this.check_autoNaming.Size = new System.Drawing.Size(340, 17);\r
264             this.check_autoNaming.TabIndex = 56;\r
265             this.check_autoNaming.Text = "Use Auto Naming (uses source name and title number)";\r
266             this.check_autoNaming.UseVisualStyleBackColor = true;\r
267             this.check_autoNaming.CheckedChanged += new System.EventHandler(this.check_autoNaming_CheckedChanged);\r
268             // \r
269             // label9\r
270             // \r
271             this.label9.AutoSize = true;\r
272             this.label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
273             this.label9.Location = new System.Drawing.Point(14, 78);\r
274             this.label9.Name = "label9";\r
275             this.label9.Size = new System.Drawing.Size(90, 13);\r
276             this.label9.TabIndex = 55;\r
277             this.label9.Text = "Auto Naming";\r
278             // \r
279             // label2\r
280             // \r
281             this.label2.AutoSize = true;\r
282             this.label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
283             this.label2.Location = new System.Drawing.Point(14, 19);\r
284             this.label2.Name = "label2";\r
285             this.label2.Size = new System.Drawing.Size(80, 13);\r
286             this.label2.TabIndex = 54;\r
287             this.label2.Text = "When Done";\r
288             // \r
289             // tab_debug\r
290             // \r
291             this.tab_debug.BackColor = System.Drawing.SystemColors.ControlLight;\r
292             this.tab_debug.Controls.Add(this.label3);\r
293             this.tab_debug.Controls.Add(this.drp_Priority);\r
294             this.tab_debug.Controls.Add(this.Label11);\r
295             this.tab_debug.Controls.Add(this.drp_processors);\r
296             this.tab_debug.Controls.Add(this.Label4);\r
297             this.tab_debug.Location = new System.Drawing.Point(4, 22);\r
298             this.tab_debug.Name = "tab_debug";\r
299             this.tab_debug.Size = new System.Drawing.Size(411, 210);\r
300             this.tab_debug.TabIndex = 2;\r
301             this.tab_debug.Text = "Performance";\r
302             this.tab_debug.UseVisualStyleBackColor = true;\r
303             // \r
304             // label3\r
305             // \r
306             this.label3.AutoSize = true;\r
307             this.label3.BackColor = System.Drawing.Color.Transparent;\r
308             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
309             this.label3.Location = new System.Drawing.Point(13, 13);\r
310             this.label3.Name = "label3";\r
311             this.label3.Size = new System.Drawing.Size(176, 13);\r
312             this.label3.TabIndex = 44;\r
313             this.label3.Text = "Process(or) Configuration";\r
314             // \r
315             // drp_Priority\r
316             // \r
317             this.drp_Priority.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
318             this.drp_Priority.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
319             this.drp_Priority.FormattingEnabled = true;\r
320             this.drp_Priority.Items.AddRange(new object[] {\r
321             "Realtime",\r
322             "High",\r
323             "Above Normal",\r
324             "Normal",\r
325             "Below Normal",\r
326             "Low"});\r
327             this.drp_Priority.Location = new System.Drawing.Point(163, 68);\r
328             this.drp_Priority.Name = "drp_Priority";\r
329             this.drp_Priority.Size = new System.Drawing.Size(111, 21);\r
330             this.drp_Priority.TabIndex = 43;\r
331             this.drp_Priority.SelectedIndexChanged += new System.EventHandler(this.drp_Priority_SelectedIndexChanged);\r
332             // \r
333             // Label11\r
334             // \r
335             this.Label11.AutoSize = true;\r
336             this.Label11.BackColor = System.Drawing.Color.Transparent;\r
337             this.Label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
338             this.Label11.Location = new System.Drawing.Point(15, 44);\r
339             this.Label11.Name = "Label11";\r
340             this.Label11.Size = new System.Drawing.Size(142, 13);\r
341             this.Label11.TabIndex = 40;\r
342             this.Label11.Text = "Number of processors: ";\r
343             // \r
344             // drp_processors\r
345             // \r
346             this.drp_processors.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
347             this.drp_processors.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
348             this.drp_processors.FormattingEnabled = true;\r
349             this.drp_processors.Items.AddRange(new object[] {\r
350             "Automatic",\r
351             "1",\r
352             "2",\r
353             "3",\r
354             "4",\r
355             "5",\r
356             "6",\r
357             "7",\r
358             "8"});\r
359             this.drp_processors.Location = new System.Drawing.Point(163, 41);\r
360             this.drp_processors.Name = "drp_processors";\r
361             this.drp_processors.Size = new System.Drawing.Size(111, 21);\r
362             this.drp_processors.TabIndex = 41;\r
363             this.drp_processors.SelectedIndexChanged += new System.EventHandler(this.drp_processors_SelectedIndexChanged);\r
364             // \r
365             // Label4\r
366             // \r
367             this.Label4.AutoSize = true;\r
368             this.Label4.BackColor = System.Drawing.Color.Transparent;\r
369             this.Label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
370             this.Label4.Location = new System.Drawing.Point(15, 71);\r
371             this.Label4.Name = "Label4";\r
372             this.Label4.Size = new System.Drawing.Size(132, 13);\r
373             this.Label4.TabIndex = 42;\r
374             this.Label4.Text = "Default Priority Level:";\r
375             // \r
376             // label8\r
377             // \r
378             this.label8.AutoSize = true;\r
379             this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
380             this.label8.Location = new System.Drawing.Point(50, 24);\r
381             this.label8.Name = "label8";\r
382             this.label8.Size = new System.Drawing.Size(131, 13);\r
383             this.label8.TabIndex = 61;\r
384             this.label8.Text = "Handbrake Options";\r
385             // \r
386             // pictureBox2\r
387             // \r
388             this.pictureBox2.Image = global::Handbrake.Properties.Resources.General_Preferences;\r
389             this.pictureBox2.Location = new System.Drawing.Point(12, 12);\r
390             this.pictureBox2.Name = "pictureBox2";\r
391             this.pictureBox2.Size = new System.Drawing.Size(32, 32);\r
392             this.pictureBox2.TabIndex = 60;\r
393             this.pictureBox2.TabStop = false;\r
394             // \r
395             // label7\r
396             // \r
397             this.label7.AutoSize = true;\r
398             this.label7.Location = new System.Drawing.Point(50, 39);\r
399             this.label7.Name = "label7";\r
400             this.label7.Size = new System.Drawing.Size(146, 13);\r
401             this.label7.TabIndex = 59;\r
402             this.label7.Text = "Modify program options.";\r
403             // \r
404             // frmOptions\r
405             // \r
406             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
407             this.ClientSize = new System.Drawing.Size(443, 339);\r
408             this.Controls.Add(this.label7);\r
409             this.Controls.Add(this.label8);\r
410             this.Controls.Add(this.pictureBox2);\r
411             this.Controls.Add(this.tab_options);\r
412             this.Controls.Add(this.btn_close);\r
413             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
414             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
415             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
416             this.MaximizeBox = false;\r
417             this.MinimizeBox = false;\r
418             this.Name = "frmOptions";\r
419             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
420             this.Text = "Options";\r
421             this.tab_options.ResumeLayout(false);\r
422             this.tab_general.ResumeLayout(false);\r
423             this.tab_general.PerformLayout();\r
424             this.tabPage1.ResumeLayout(false);\r
425             this.tabPage1.PerformLayout();\r
426             this.tab_debug.ResumeLayout(false);\r
427             this.tab_debug.PerformLayout();\r
428             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();\r
429             this.ResumeLayout(false);\r
430             this.PerformLayout();\r
431 \r
432         }\r
433 \r
434         #endregion\r
435 \r
436         internal System.Windows.Forms.Button btn_close;\r
437         internal System.Windows.Forms.ComboBox drp_completeOption;\r
438         internal System.Windows.Forms.Label label5;\r
439         private System.Windows.Forms.TabControl tab_options;\r
440         private System.Windows.Forms.TabPage tab_general;\r
441         private System.Windows.Forms.Label label2;\r
442         private System.Windows.Forms.Label label1;\r
443         internal System.Windows.Forms.CheckBox check_tooltip;\r
444         internal System.Windows.Forms.CheckBox check_updateCheck;\r
445         internal System.Windows.Forms.CheckBox check_userDefaultSettings;\r
446         private System.Windows.Forms.TabPage tab_debug;\r
447         private System.Windows.Forms.Label label8;\r
448         private System.Windows.Forms.PictureBox pictureBox2;\r
449         private System.Windows.Forms.Label label7;\r
450         internal System.Windows.Forms.CheckBox check_updatePresets;\r
451         private System.Windows.Forms.TabPage tabPage1;\r
452         private System.Windows.Forms.Label label9;\r
453         internal System.Windows.Forms.CheckBox check_autoNaming;\r
454         private System.Windows.Forms.TextBox text_an_path;\r
455         internal System.Windows.Forms.Button btn_browse;\r
456         internal System.Windows.Forms.Label label10;\r
457         private System.Windows.Forms.FolderBrowserDialog pathFinder;\r
458         private System.Windows.Forms.Label label3;\r
459         internal System.Windows.Forms.ComboBox drp_Priority;\r
460         internal System.Windows.Forms.Label Label11;\r
461         internal System.Windows.Forms.Label Label4;\r
462         internal System.Windows.Forms.ComboBox drp_processors;\r
463     }\r
464 }