OSDN Git Service

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