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