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