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