OSDN Git Service

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