OSDN Git Service

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