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.GroupBox2 = new System.Windows.Forms.GroupBox();\r
34             this.Label1 = new System.Windows.Forms.Label();\r
35             this.check_updateCheck = new System.Windows.Forms.CheckBox();\r
36             this.Label2 = new System.Windows.Forms.Label();\r
37             this.check_userDefaultSettings = new System.Windows.Forms.CheckBox();\r
38             this.Label4 = new System.Windows.Forms.Label();\r
39             this.check_verbose = new System.Windows.Forms.CheckBox();\r
40             this.drp_processors = new System.Windows.Forms.ComboBox();\r
41             this.File_Save = new System.Windows.Forms.SaveFileDialog();\r
42             this.Label11 = new System.Windows.Forms.Label();\r
43             this.GroupBox3 = new System.Windows.Forms.GroupBox();\r
44             this.GroupBox1 = new System.Windows.Forms.GroupBox();\r
45             this.check_guiDebug = new System.Windows.Forms.CheckBox();\r
46             this.btn_close = new System.Windows.Forms.Button();\r
47             this.label3 = new System.Windows.Forms.Label();\r
48             this.check_tooltip = new System.Windows.Forms.CheckBox();\r
49             this.GroupBox2.SuspendLayout();\r
50             this.GroupBox3.SuspendLayout();\r
51             this.GroupBox1.SuspendLayout();\r
52             this.SuspendLayout();\r
53             // \r
54             // drp_Priority\r
55             // \r
56             this.drp_Priority.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
57             this.drp_Priority.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
58             this.drp_Priority.FormattingEnabled = true;\r
59             this.drp_Priority.Items.AddRange(new object[] {\r
60             "Realtime",\r
61             "High",\r
62             "Above Normal",\r
63             "Normal",\r
64             "Below Normal",\r
65             "Low"});\r
66             this.drp_Priority.Location = new System.Drawing.Point(15, 91);\r
67             this.drp_Priority.Name = "drp_Priority";\r
68             this.drp_Priority.Size = new System.Drawing.Size(111, 21);\r
69             this.drp_Priority.TabIndex = 43;\r
70             this.drp_Priority.SelectedIndexChanged += new System.EventHandler(this.drp_Priority_SelectedIndexChanged);\r
71             // \r
72             // GroupBox2\r
73             // \r
74             this.GroupBox2.BackColor = System.Drawing.SystemColors.ControlLight;\r
75             this.GroupBox2.Controls.Add(this.label3);\r
76             this.GroupBox2.Controls.Add(this.check_tooltip);\r
77             this.GroupBox2.Controls.Add(this.Label1);\r
78             this.GroupBox2.Controls.Add(this.check_updateCheck);\r
79             this.GroupBox2.Controls.Add(this.Label2);\r
80             this.GroupBox2.Controls.Add(this.check_userDefaultSettings);\r
81             this.GroupBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
82             this.GroupBox2.Location = new System.Drawing.Point(12, 11);\r
83             this.GroupBox2.Name = "GroupBox2";\r
84             this.GroupBox2.Size = new System.Drawing.Size(386, 173);\r
85             this.GroupBox2.TabIndex = 55;\r
86             this.GroupBox2.TabStop = false;\r
87             this.GroupBox2.Text = "General Settings";\r
88             // \r
89             // Label1\r
90             // \r
91             this.Label1.AutoSize = true;\r
92             this.Label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
93             this.Label1.Location = new System.Drawing.Point(13, 22);\r
94             this.Label1.Name = "Label1";\r
95             this.Label1.Size = new System.Drawing.Size(151, 13);\r
96             this.Label1.TabIndex = 0;\r
97             this.Label1.Text = "Update Check on Startup";\r
98             // \r
99             // check_updateCheck\r
100             // \r
101             this.check_updateCheck.AutoSize = true;\r
102             this.check_updateCheck.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
103             this.check_updateCheck.Location = new System.Drawing.Point(16, 43);\r
104             this.check_updateCheck.Name = "check_updateCheck";\r
105             this.check_updateCheck.Size = new System.Drawing.Size(71, 17);\r
106             this.check_updateCheck.TabIndex = 1;\r
107             this.check_updateCheck.Text = "Enabled";\r
108             this.check_updateCheck.UseVisualStyleBackColor = true;\r
109             this.check_updateCheck.CheckedChanged += new System.EventHandler(this.check_updateCheck_CheckedChanged);\r
110             // \r
111             // Label2\r
112             // \r
113             this.Label2.AutoSize = true;\r
114             this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
115             this.Label2.Location = new System.Drawing.Point(13, 67);\r
116             this.Label2.Name = "Label2";\r
117             this.Label2.Size = new System.Drawing.Size(229, 13);\r
118             this.Label2.TabIndex = 46;\r
119             this.Label2.Text = "Load Users Default Settings on Startup";\r
120             // \r
121             // check_userDefaultSettings\r
122             // \r
123             this.check_userDefaultSettings.AutoSize = true;\r
124             this.check_userDefaultSettings.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
125             this.check_userDefaultSettings.Location = new System.Drawing.Point(16, 88);\r
126             this.check_userDefaultSettings.Name = "check_userDefaultSettings";\r
127             this.check_userDefaultSettings.Size = new System.Drawing.Size(71, 17);\r
128             this.check_userDefaultSettings.TabIndex = 47;\r
129             this.check_userDefaultSettings.Text = "Enabled";\r
130             this.check_userDefaultSettings.UseVisualStyleBackColor = true;\r
131             this.check_userDefaultSettings.CheckedChanged += new System.EventHandler(this.check_userDefaultSettings_CheckedChanged);\r
132             // \r
133             // Label4\r
134             // \r
135             this.Label4.AutoSize = true;\r
136             this.Label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
137             this.Label4.Location = new System.Drawing.Point(12, 73);\r
138             this.Label4.Name = "Label4";\r
139             this.Label4.Size = new System.Drawing.Size(132, 13);\r
140             this.Label4.TabIndex = 42;\r
141             this.Label4.Text = "Default Priority Level:";\r
142             // \r
143             // check_verbose\r
144             // \r
145             this.check_verbose.AutoSize = true;\r
146             this.check_verbose.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
147             this.check_verbose.Location = new System.Drawing.Point(20, 31);\r
148             this.check_verbose.Name = "check_verbose";\r
149             this.check_verbose.Size = new System.Drawing.Size(139, 17);\r
150             this.check_verbose.TabIndex = 51;\r
151             this.check_verbose.Text = "Enable Verbose CLI";\r
152             this.check_verbose.UseVisualStyleBackColor = true;\r
153             this.check_verbose.CheckedChanged += new System.EventHandler(this.check_verbose_CheckedChanged);\r
154             // \r
155             // drp_processors\r
156             // \r
157             this.drp_processors.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
158             this.drp_processors.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
159             this.drp_processors.FormattingEnabled = true;\r
160             this.drp_processors.Items.AddRange(new object[] {\r
161             "Automatic",\r
162             "1",\r
163             "2",\r
164             "3",\r
165             "4",\r
166             "5",\r
167             "6",\r
168             "7",\r
169             "8"});\r
170             this.drp_processors.Location = new System.Drawing.Point(15, 40);\r
171             this.drp_processors.Name = "drp_processors";\r
172             this.drp_processors.Size = new System.Drawing.Size(111, 21);\r
173             this.drp_processors.TabIndex = 41;\r
174             this.drp_processors.SelectedIndexChanged += new System.EventHandler(this.drp_processors_SelectedIndexChanged);\r
175             // \r
176             // File_Save\r
177             // \r
178             this.File_Save.DefaultExt = "hb";\r
179             this.File_Save.Filter = "txt|*.txt";\r
180             // \r
181             // Label11\r
182             // \r
183             this.Label11.AutoSize = true;\r
184             this.Label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
185             this.Label11.Location = new System.Drawing.Point(12, 22);\r
186             this.Label11.Name = "Label11";\r
187             this.Label11.Size = new System.Drawing.Size(142, 13);\r
188             this.Label11.TabIndex = 40;\r
189             this.Label11.Text = "Number of processors: ";\r
190             // \r
191             // GroupBox3\r
192             // \r
193             this.GroupBox3.BackColor = System.Drawing.SystemColors.ControlLight;\r
194             this.GroupBox3.Controls.Add(this.drp_Priority);\r
195             this.GroupBox3.Controls.Add(this.Label4);\r
196             this.GroupBox3.Controls.Add(this.drp_processors);\r
197             this.GroupBox3.Controls.Add(this.Label11);\r
198             this.GroupBox3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
199             this.GroupBox3.Location = new System.Drawing.Point(13, 190);\r
200             this.GroupBox3.Name = "GroupBox3";\r
201             this.GroupBox3.Size = new System.Drawing.Size(386, 128);\r
202             this.GroupBox3.TabIndex = 56;\r
203             this.GroupBox3.TabStop = false;\r
204             this.GroupBox3.Text = "Processor Detection";\r
205             // \r
206             // GroupBox1\r
207             // \r
208             this.GroupBox1.BackColor = System.Drawing.SystemColors.ControlLight;\r
209             this.GroupBox1.Controls.Add(this.check_guiDebug);\r
210             this.GroupBox1.Controls.Add(this.check_verbose);\r
211             this.GroupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
212             this.GroupBox1.Location = new System.Drawing.Point(13, 324);\r
213             this.GroupBox1.Name = "GroupBox1";\r
214             this.GroupBox1.Size = new System.Drawing.Size(386, 70);\r
215             this.GroupBox1.TabIndex = 54;\r
216             this.GroupBox1.TabStop = false;\r
217             this.GroupBox1.Text = "Verbose && Debug Mode";\r
218             // \r
219             // check_guiDebug\r
220             // \r
221             this.check_guiDebug.AutoSize = true;\r
222             this.check_guiDebug.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
223             this.check_guiDebug.Location = new System.Drawing.Point(187, 31);\r
224             this.check_guiDebug.Name = "check_guiDebug";\r
225             this.check_guiDebug.Size = new System.Drawing.Size(131, 17);\r
226             this.check_guiDebug.TabIndex = 52;\r
227             this.check_guiDebug.Text = "Enable GUI Debug";\r
228             this.check_guiDebug.UseVisualStyleBackColor = true;\r
229             this.check_guiDebug.CheckedChanged += new System.EventHandler(this.check_guiDebug_CheckedChanged);\r
230             // \r
231             // btn_close\r
232             // \r
233             this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
234             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
235             this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
236             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
237             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
238             this.btn_close.Location = new System.Drawing.Point(292, 410);\r
239             this.btn_close.Name = "btn_close";\r
240             this.btn_close.Size = new System.Drawing.Size(107, 22);\r
241             this.btn_close.TabIndex = 53;\r
242             this.btn_close.Text = "Close";\r
243             this.btn_close.UseVisualStyleBackColor = false;\r
244             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
245             // \r
246             // label3\r
247             // \r
248             this.label3.AutoSize = true;\r
249             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
250             this.label3.Location = new System.Drawing.Point(13, 117);\r
251             this.label3.Name = "label3";\r
252             this.label3.Size = new System.Drawing.Size(116, 13);\r
253             this.label3.TabIndex = 48;\r
254             this.label3.Text = "Enable GUI tooltips";\r
255             // \r
256             // check_tooltip\r
257             // \r
258             this.check_tooltip.AutoSize = true;\r
259             this.check_tooltip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
260             this.check_tooltip.Location = new System.Drawing.Point(16, 138);\r
261             this.check_tooltip.Name = "check_tooltip";\r
262             this.check_tooltip.Size = new System.Drawing.Size(71, 17);\r
263             this.check_tooltip.TabIndex = 49;\r
264             this.check_tooltip.Text = "Enabled";\r
265             this.check_tooltip.UseVisualStyleBackColor = true;\r
266             this.check_tooltip.CheckedChanged += new System.EventHandler(this.check_tooltip_CheckedChanged);\r
267             // \r
268             // frmOptions\r
269             // \r
270             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
271             this.ClientSize = new System.Drawing.Size(411, 444);\r
272             this.Controls.Add(this.GroupBox2);\r
273             this.Controls.Add(this.GroupBox3);\r
274             this.Controls.Add(this.GroupBox1);\r
275             this.Controls.Add(this.btn_close);\r
276             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
277             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
278             this.MaximizeBox = false;\r
279             this.MinimizeBox = false;\r
280             this.Name = "frmOptions";\r
281             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
282             this.Text = "Options";\r
283             this.GroupBox2.ResumeLayout(false);\r
284             this.GroupBox2.PerformLayout();\r
285             this.GroupBox3.ResumeLayout(false);\r
286             this.GroupBox3.PerformLayout();\r
287             this.GroupBox1.ResumeLayout(false);\r
288             this.GroupBox1.PerformLayout();\r
289             this.ResumeLayout(false);\r
290 \r
291         }\r
292 \r
293         #endregion\r
294 \r
295         internal System.Windows.Forms.ComboBox drp_Priority;\r
296         internal System.Windows.Forms.GroupBox GroupBox2;\r
297         internal System.Windows.Forms.Label Label1;\r
298         internal System.Windows.Forms.CheckBox check_updateCheck;\r
299         internal System.Windows.Forms.Label Label2;\r
300         internal System.Windows.Forms.CheckBox check_userDefaultSettings;\r
301         internal System.Windows.Forms.Label Label4;\r
302         internal System.Windows.Forms.CheckBox check_verbose;\r
303         internal System.Windows.Forms.ComboBox drp_processors;\r
304         internal System.Windows.Forms.SaveFileDialog File_Save;\r
305         internal System.Windows.Forms.Label Label11;\r
306         internal System.Windows.Forms.GroupBox GroupBox3;\r
307         internal System.Windows.Forms.GroupBox GroupBox1;\r
308         internal System.Windows.Forms.Button btn_close;\r
309         internal System.Windows.Forms.CheckBox check_guiDebug;\r
310         internal System.Windows.Forms.Label label3;\r
311         internal System.Windows.Forms.CheckBox check_tooltip;\r
312     }\r
313 }