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