OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / x264Panel.Designer.cs
1 /*  x264Panel.Designer.cs $\r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake.Controls\r
8 {\r
9     partial class x264Panel\r
10     {\r
11         /// <summary> \r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary> \r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Component Designer generated code\r
30 \r
31         /// <summary> \r
32         /// Required method for Designer support - do not modify \r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             this.components = new System.ComponentModel.Container();\r
38             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(x264Panel));\r
39             this.slider_psytrellis = new System.Windows.Forms.TrackBar();\r
40             this.lbl_psytrellis = new System.Windows.Forms.Label();\r
41             this.lbl_psyrd = new System.Windows.Forms.Label();\r
42             this.slider_psyrd = new System.Windows.Forms.TrackBar();\r
43             this.lbl_adaptBFrames = new System.Windows.Forms.Label();\r
44             this.drop_adaptBFrames = new System.Windows.Forms.ComboBox();\r
45             this.label43 = new System.Windows.Forms.Label();\r
46             this.btn_reset = new System.Windows.Forms.Button();\r
47             this.rtf_x264Query = new System.Windows.Forms.RichTextBox();\r
48             this.check_Cabac = new System.Windows.Forms.CheckBox();\r
49             this.check_noDCTDecimate = new System.Windows.Forms.CheckBox();\r
50             this.check_noFastPSkip = new System.Windows.Forms.CheckBox();\r
51             this.lbl_trellis = new System.Windows.Forms.Label();\r
52             this.drop_trellis = new System.Windows.Forms.ComboBox();\r
53             this.drop_deblockBeta = new System.Windows.Forms.ComboBox();\r
54             this.label41 = new System.Windows.Forms.Label();\r
55             this.drop_deblockAlpha = new System.Windows.Forms.ComboBox();\r
56             this.panel3 = new System.Windows.Forms.Panel();\r
57             this.panel1 = new System.Windows.Forms.Panel();\r
58             this.panel2 = new System.Windows.Forms.Panel();\r
59             this.check_8x8DCT = new System.Windows.Forms.CheckBox();\r
60             this.label45 = new System.Windows.Forms.Label();\r
61             this.drop_analysis = new System.Windows.Forms.ComboBox();\r
62             this.label48 = new System.Windows.Forms.Label();\r
63             this.drop_subpixelMotionEstimation = new System.Windows.Forms.ComboBox();\r
64             this.lbl_merange = new System.Windows.Forms.Label();\r
65             this.drop_MotionEstimationRange = new System.Windows.Forms.ComboBox();\r
66             this.label54 = new System.Windows.Forms.Label();\r
67             this.drop_MotionEstimationMethod = new System.Windows.Forms.ComboBox();\r
68             this.check_pyrmidalBFrames = new System.Windows.Forms.CheckBox();\r
69             this.check_weightedBFrames = new System.Windows.Forms.CheckBox();\r
70             this.lbl_direct_prediction = new System.Windows.Forms.Label();\r
71             this.drop_directPrediction = new System.Windows.Forms.ComboBox();\r
72             this.label62 = new System.Windows.Forms.Label();\r
73             this.drop_bFrames = new System.Windows.Forms.ComboBox();\r
74             this.label64 = new System.Windows.Forms.Label();\r
75             this.drop_refFrames = new System.Windows.Forms.ComboBox();\r
76             this.check_mixedReferences = new System.Windows.Forms.CheckBox();\r
77             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
78             ((System.ComponentModel.ISupportInitialize)(this.slider_psytrellis)).BeginInit();\r
79             ((System.ComponentModel.ISupportInitialize)(this.slider_psyrd)).BeginInit();\r
80             this.SuspendLayout();\r
81             // \r
82             // slider_psytrellis\r
83             // \r
84             this.slider_psytrellis.BackColor = System.Drawing.SystemColors.Window;\r
85             this.slider_psytrellis.Location = new System.Drawing.Point(436, 194);\r
86             this.slider_psytrellis.Name = "slider_psytrellis";\r
87             this.slider_psytrellis.Size = new System.Drawing.Size(131, 45);\r
88             this.slider_psytrellis.TabIndex = 86;\r
89             this.ToolTip.SetToolTip(this.slider_psytrellis, "Psychovisual Trellis tries to retain more sharpness and detail, but can cause art" +\r
90                     "ifacting. \r\nIt is considered experimental, which is why it\'s off by default. Goo" +\r
91                     "d values are 0.1 to 0.2.");\r
92             this.slider_psytrellis.Scroll += new System.EventHandler(this.widgetControlChanged);\r
93             // \r
94             // lbl_psytrellis\r
95             // \r
96             this.lbl_psytrellis.AutoSize = true;\r
97             this.lbl_psytrellis.Location = new System.Drawing.Point(328, 198);\r
98             this.lbl_psytrellis.Name = "lbl_psytrellis";\r
99             this.lbl_psytrellis.Size = new System.Drawing.Size(102, 13);\r
100             this.lbl_psytrellis.TabIndex = 85;\r
101             this.lbl_psytrellis.Text = "Psychovisual Trellis:";\r
102             // \r
103             // lbl_psyrd\r
104             // \r
105             this.lbl_psyrd.AutoSize = true;\r
106             this.lbl_psyrd.Location = new System.Drawing.Point(283, 164);\r
107             this.lbl_psyrd.Name = "lbl_psyrd";\r
108             this.lbl_psyrd.Size = new System.Drawing.Size(147, 13);\r
109             this.lbl_psyrd.TabIndex = 84;\r
110             this.lbl_psyrd.Text = "Psychovisual Rate Distortion:";\r
111             // \r
112             // slider_psyrd\r
113             // \r
114             this.slider_psyrd.BackColor = System.Drawing.SystemColors.Window;\r
115             this.slider_psyrd.Location = new System.Drawing.Point(436, 153);\r
116             this.slider_psyrd.Name = "slider_psyrd";\r
117             this.slider_psyrd.Size = new System.Drawing.Size(131, 45);\r
118             this.slider_psyrd.TabIndex = 83;\r
119             this.ToolTip.SetToolTip(this.slider_psyrd, resources.GetString("slider_psyrd.ToolTip"));\r
120             this.slider_psyrd.Scroll += new System.EventHandler(this.widgetControlChanged);\r
121             // \r
122             // lbl_adaptBFrames\r
123             // \r
124             this.lbl_adaptBFrames.AutoSize = true;\r
125             this.lbl_adaptBFrames.Location = new System.Drawing.Point(21, 124);\r
126             this.lbl_adaptBFrames.Name = "lbl_adaptBFrames";\r
127             this.lbl_adaptBFrames.Size = new System.Drawing.Size(102, 13);\r
128             this.lbl_adaptBFrames.TabIndex = 81;\r
129             this.lbl_adaptBFrames.Text = "Adaptive B-Frames:";\r
130             // \r
131             // drop_adaptBFrames\r
132             // \r
133             this.drop_adaptBFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
134             this.drop_adaptBFrames.FormattingEnabled = true;\r
135             this.drop_adaptBFrames.Items.AddRange(new object[] {\r
136             "Default (Fast)",\r
137             "Off",\r
138             "Fast",\r
139             "Optimal"});\r
140             this.drop_adaptBFrames.Location = new System.Drawing.Point(129, 121);\r
141             this.drop_adaptBFrames.Name = "drop_adaptBFrames";\r
142             this.drop_adaptBFrames.Size = new System.Drawing.Size(121, 21);\r
143             this.drop_adaptBFrames.TabIndex = 82;\r
144             this.ToolTip.SetToolTip(this.drop_adaptBFrames, resources.GetString("drop_adaptBFrames.ToolTip"));\r
145             this.drop_adaptBFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
146             // \r
147             // label43\r
148             // \r
149             this.label43.AutoSize = true;\r
150             this.label43.BackColor = System.Drawing.Color.Transparent;\r
151             this.label43.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
152             this.label43.Location = new System.Drawing.Point(13, 13);\r
153             this.label43.Name = "label43";\r
154             this.label43.Size = new System.Drawing.Size(144, 13);\r
155             this.label43.TabIndex = 49;\r
156             this.label43.Text = "Advanced H.264 Options";\r
157             // \r
158             // btn_reset\r
159             // \r
160             this.btn_reset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
161             this.btn_reset.ForeColor = System.Drawing.Color.DarkOrange;\r
162             this.btn_reset.Location = new System.Drawing.Point(13, 229);\r
163             this.btn_reset.Name = "btn_reset";\r
164             this.btn_reset.Size = new System.Drawing.Size(75, 23);\r
165             this.btn_reset.TabIndex = 79;\r
166             this.btn_reset.Text = "Reset All";\r
167             this.btn_reset.UseVisualStyleBackColor = true;\r
168             this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click);\r
169             // \r
170             // rtf_x264Query\r
171             // \r
172             this.rtf_x264Query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
173             this.rtf_x264Query.Location = new System.Drawing.Point(13, 258);\r
174             this.rtf_x264Query.Name = "rtf_x264Query";\r
175             this.rtf_x264Query.Size = new System.Drawing.Size(698, 43);\r
176             this.rtf_x264Query.TabIndex = 80;\r
177             this.rtf_x264Query.Text = "";\r
178             this.rtf_x264Query.TextChanged += new System.EventHandler(this.rtf_x264Query_TextChanged);\r
179             // \r
180             // check_Cabac\r
181             // \r
182             this.check_Cabac.AutoSize = true;\r
183             this.check_Cabac.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
184             this.check_Cabac.Checked = true;\r
185             this.check_Cabac.CheckState = System.Windows.Forms.CheckState.Checked;\r
186             this.check_Cabac.Location = new System.Drawing.Point(277, 129);\r
187             this.check_Cabac.Name = "check_Cabac";\r
188             this.check_Cabac.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
189             this.check_Cabac.Size = new System.Drawing.Size(141, 17);\r
190             this.check_Cabac.TabIndex = 78;\r
191             this.check_Cabac.Text = "CABAC Entropy Coding:";\r
192             this.check_Cabac.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
193             this.ToolTip.SetToolTip(this.check_Cabac, resources.GetString("check_Cabac.ToolTip"));\r
194             this.check_Cabac.UseVisualStyleBackColor = true;\r
195             this.check_Cabac.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
196             // \r
197             // check_noDCTDecimate\r
198             // \r
199             this.check_noDCTDecimate.AutoSize = true;\r
200             this.check_noDCTDecimate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
201             this.check_noDCTDecimate.Location = new System.Drawing.Point(597, 41);\r
202             this.check_noDCTDecimate.Name = "check_noDCTDecimate";\r
203             this.check_noDCTDecimate.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
204             this.check_noDCTDecimate.Size = new System.Drawing.Size(114, 17);\r
205             this.check_noDCTDecimate.TabIndex = 77;\r
206             this.check_noDCTDecimate.Text = "No DCT-Decimate:";\r
207             this.check_noDCTDecimate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
208             this.ToolTip.SetToolTip(this.check_noDCTDecimate, resources.GetString("check_noDCTDecimate.ToolTip"));\r
209             this.check_noDCTDecimate.UseVisualStyleBackColor = true;\r
210             this.check_noDCTDecimate.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
211             // \r
212             // check_noFastPSkip\r
213             // \r
214             this.check_noFastPSkip.AutoSize = true;\r
215             this.check_noFastPSkip.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
216             this.check_noFastPSkip.Location = new System.Drawing.Point(611, 18);\r
217             this.check_noFastPSkip.Name = "check_noFastPSkip";\r
218             this.check_noFastPSkip.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
219             this.check_noFastPSkip.Size = new System.Drawing.Size(100, 17);\r
220             this.check_noFastPSkip.TabIndex = 76;\r
221             this.check_noFastPSkip.Text = "No Fast-P-Skip:";\r
222             this.check_noFastPSkip.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
223             this.ToolTip.SetToolTip(this.check_noFastPSkip, "This can help with blocking on solid colors like blue skies, but it also slows do" +\r
224                     "wn the encode.");\r
225             this.check_noFastPSkip.UseVisualStyleBackColor = true;\r
226             this.check_noFastPSkip.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
227             // \r
228             // lbl_trellis\r
229             // \r
230             this.lbl_trellis.AutoSize = true;\r
231             this.lbl_trellis.Location = new System.Drawing.Point(421, 130);\r
232             this.lbl_trellis.Name = "lbl_trellis";\r
233             this.lbl_trellis.Size = new System.Drawing.Size(38, 13);\r
234             this.lbl_trellis.TabIndex = 67;\r
235             this.lbl_trellis.Text = "Trellis:";\r
236             // \r
237             // drop_trellis\r
238             // \r
239             this.drop_trellis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
240             this.drop_trellis.FormattingEnabled = true;\r
241             this.drop_trellis.Items.AddRange(new object[] {\r
242             "Default (1)",\r
243             "0",\r
244             "1",\r
245             "2"});\r
246             this.drop_trellis.Location = new System.Drawing.Point(468, 127);\r
247             this.drop_trellis.Name = "drop_trellis";\r
248             this.drop_trellis.Size = new System.Drawing.Size(94, 21);\r
249             this.drop_trellis.TabIndex = 75;\r
250             this.ToolTip.SetToolTip(this.drop_trellis, resources.GetString("drop_trellis.ToolTip"));\r
251             this.drop_trellis.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
252             // \r
253             // drop_deblockBeta\r
254             // \r
255             this.drop_deblockBeta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
256             this.drop_deblockBeta.FormattingEnabled = true;\r
257             this.drop_deblockBeta.Items.AddRange(new object[] {\r
258             "Default (0)",\r
259             "-6",\r
260             "-5",\r
261             "-4",\r
262             "-3",\r
263             "-2",\r
264             "-1",\r
265             "0",\r
266             "1",\r
267             "2",\r
268             "3",\r
269             "4",\r
270             "5",\r
271             "6"});\r
272             this.drop_deblockBeta.Location = new System.Drawing.Point(643, 95);\r
273             this.drop_deblockBeta.Name = "drop_deblockBeta";\r
274             this.drop_deblockBeta.Size = new System.Drawing.Size(68, 21);\r
275             this.drop_deblockBeta.TabIndex = 74;\r
276             this.ToolTip.SetToolTip(this.drop_deblockBeta, resources.GetString("drop_deblockBeta.ToolTip"));\r
277             this.drop_deblockBeta.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
278             // \r
279             // label41\r
280             // \r
281             this.label41.AutoSize = true;\r
282             this.label41.Location = new System.Drawing.Point(575, 72);\r
283             this.label41.Name = "label41";\r
284             this.label41.Size = new System.Drawing.Size(62, 13);\r
285             this.label41.TabIndex = 66;\r
286             this.label41.Text = "Deblocking:";\r
287             // \r
288             // drop_deblockAlpha\r
289             // \r
290             this.drop_deblockAlpha.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
291             this.drop_deblockAlpha.FormattingEnabled = true;\r
292             this.drop_deblockAlpha.Items.AddRange(new object[] {\r
293             "Default (0)",\r
294             "-6",\r
295             "-5",\r
296             "-4",\r
297             "-3",\r
298             "-2",\r
299             "-1",\r
300             "0",\r
301             "1",\r
302             "2",\r
303             "3",\r
304             "4",\r
305             "5",\r
306             "6"});\r
307             this.drop_deblockAlpha.Location = new System.Drawing.Point(643, 69);\r
308             this.drop_deblockAlpha.Name = "drop_deblockAlpha";\r
309             this.drop_deblockAlpha.Size = new System.Drawing.Size(68, 21);\r
310             this.drop_deblockAlpha.TabIndex = 73;\r
311             this.ToolTip.SetToolTip(this.drop_deblockAlpha, resources.GetString("drop_deblockAlpha.ToolTip"));\r
312             this.drop_deblockAlpha.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
313             // \r
314             // panel3\r
315             // \r
316             this.panel3.BackColor = System.Drawing.Color.Black;\r
317             this.panel3.Location = new System.Drawing.Point(277, 123);\r
318             this.panel3.Margin = new System.Windows.Forms.Padding(0);\r
319             this.panel3.Name = "panel3";\r
320             this.panel3.Size = new System.Drawing.Size(290, 1);\r
321             this.panel3.TabIndex = 65;\r
322             // \r
323             // panel1\r
324             // \r
325             this.panel1.BackColor = System.Drawing.Color.Black;\r
326             this.panel1.Location = new System.Drawing.Point(13, 89);\r
327             this.panel1.Margin = new System.Windows.Forms.Padding(0);\r
328             this.panel1.Name = "panel1";\r
329             this.panel1.Size = new System.Drawing.Size(247, 1);\r
330             this.panel1.TabIndex = 51;\r
331             // \r
332             // panel2\r
333             // \r
334             this.panel2.BackColor = System.Drawing.Color.Black;\r
335             this.panel2.Location = new System.Drawing.Point(277, 95);\r
336             this.panel2.Margin = new System.Windows.Forms.Padding(0);\r
337             this.panel2.Name = "panel2";\r
338             this.panel2.Size = new System.Drawing.Size(290, 1);\r
339             this.panel2.TabIndex = 63;\r
340             // \r
341             // check_8x8DCT\r
342             // \r
343             this.check_8x8DCT.AutoSize = true;\r
344             this.check_8x8DCT.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
345             this.check_8x8DCT.Location = new System.Drawing.Point(492, 101);\r
346             this.check_8x8DCT.Name = "check_8x8DCT";\r
347             this.check_8x8DCT.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
348             this.check_8x8DCT.Size = new System.Drawing.Size(71, 17);\r
349             this.check_8x8DCT.TabIndex = 72;\r
350             this.check_8x8DCT.Text = "8x8 DCT:";\r
351             this.check_8x8DCT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
352             this.ToolTip.SetToolTip(this.check_8x8DCT, resources.GetString("check_8x8DCT.ToolTip"));\r
353             this.check_8x8DCT.UseVisualStyleBackColor = true;\r
354             this.check_8x8DCT.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
355             // \r
356             // label45\r
357             // \r
358             this.label45.AutoSize = true;\r
359             this.label45.Location = new System.Drawing.Point(367, 102);\r
360             this.label45.Name = "label45";\r
361             this.label45.Size = new System.Drawing.Size(50, 13);\r
362             this.label45.TabIndex = 64;\r
363             this.label45.Text = "Analysis:";\r
364             // \r
365             // drop_analysis\r
366             // \r
367             this.drop_analysis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
368             this.drop_analysis.FormattingEnabled = true;\r
369             this.drop_analysis.Items.AddRange(new object[] {\r
370             "Default (some)",\r
371             "None",\r
372             "All"});\r
373             this.drop_analysis.Location = new System.Drawing.Point(423, 99);\r
374             this.drop_analysis.Name = "drop_analysis";\r
375             this.drop_analysis.Size = new System.Drawing.Size(63, 21);\r
376             this.drop_analysis.TabIndex = 71;\r
377             this.ToolTip.SetToolTip(this.drop_analysis, resources.GetString("drop_analysis.ToolTip"));\r
378             this.drop_analysis.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
379             // \r
380             // label48\r
381             // \r
382             this.label48.AutoSize = true;\r
383             this.label48.Location = new System.Drawing.Point(279, 45);\r
384             this.label48.Name = "label48";\r
385             this.label48.Size = new System.Drawing.Size(138, 13);\r
386             this.label48.TabIndex = 62;\r
387             this.label48.Text = "Subpixel Motion Estimation:";\r
388             // \r
389             // drop_subpixelMotionEstimation\r
390             // \r
391             this.drop_subpixelMotionEstimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
392             this.drop_subpixelMotionEstimation.FormattingEnabled = true;\r
393             this.drop_subpixelMotionEstimation.Items.AddRange(new object[] {\r
394             "Default (7)",\r
395             "0",\r
396             "1",\r
397             "2",\r
398             "3",\r
399             "4",\r
400             "5",\r
401             "6",\r
402             "7",\r
403             "8",\r
404             "9",\r
405             "10"});\r
406             this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(423, 42);\r
407             this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";\r
408             this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 21);\r
409             this.drop_subpixelMotionEstimation.TabIndex = 70;\r
410             this.ToolTip.SetToolTip(this.drop_subpixelMotionEstimation, resources.GetString("drop_subpixelMotionEstimation.ToolTip"));\r
411             this.drop_subpixelMotionEstimation.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
412             // \r
413             // lbl_merange\r
414             // \r
415             this.lbl_merange.AutoSize = true;\r
416             this.lbl_merange.Location = new System.Drawing.Point(288, 71);\r
417             this.lbl_merange.Name = "lbl_merange";\r
418             this.lbl_merange.Size = new System.Drawing.Size(129, 13);\r
419             this.lbl_merange.TabIndex = 61;\r
420             this.lbl_merange.Text = "Motion Estimation Range:";\r
421             // \r
422             // drop_MotionEstimationRange\r
423             // \r
424             this.drop_MotionEstimationRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
425             this.drop_MotionEstimationRange.FormattingEnabled = true;\r
426             this.drop_MotionEstimationRange.Items.AddRange(new object[] {\r
427             "Default (16)",\r
428             "4",\r
429             "5",\r
430             "6",\r
431             "7",\r
432             "8",\r
433             "9",\r
434             "10",\r
435             "11",\r
436             "12",\r
437             "13",\r
438             "14",\r
439             "15",\r
440             "16",\r
441             "17",\r
442             "18",\r
443             "19",\r
444             "20",\r
445             "21",\r
446             "22",\r
447             "23",\r
448             "24",\r
449             "25",\r
450             "26",\r
451             "27",\r
452             "28",\r
453             "29",\r
454             "30",\r
455             "31",\r
456             "32",\r
457             "33",\r
458             "34",\r
459             "35",\r
460             "36",\r
461             "37",\r
462             "38",\r
463             "39",\r
464             "40",\r
465             "41",\r
466             "42",\r
467             "43",\r
468             "44",\r
469             "45",\r
470             "46",\r
471             "47",\r
472             "48",\r
473             "49",\r
474             "50",\r
475             "51",\r
476             "52",\r
477             "53",\r
478             "54",\r
479             "55",\r
480             "56",\r
481             "57",\r
482             "58",\r
483             "59",\r
484             "60",\r
485             "61",\r
486             "62",\r
487             "63",\r
488             "64"});\r
489             this.drop_MotionEstimationRange.Location = new System.Drawing.Point(423, 68);\r
490             this.drop_MotionEstimationRange.Name = "drop_MotionEstimationRange";\r
491             this.drop_MotionEstimationRange.Size = new System.Drawing.Size(139, 21);\r
492             this.drop_MotionEstimationRange.TabIndex = 69;\r
493             this.ToolTip.SetToolTip(this.drop_MotionEstimationRange, resources.GetString("drop_MotionEstimationRange.ToolTip"));\r
494             this.drop_MotionEstimationRange.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
495             // \r
496             // label54\r
497             // \r
498             this.label54.AutoSize = true;\r
499             this.label54.Location = new System.Drawing.Point(283, 19);\r
500             this.label54.Name = "label54";\r
501             this.label54.Size = new System.Drawing.Size(134, 13);\r
502             this.label54.TabIndex = 60;\r
503             this.label54.Text = "Motion Estimation Method:";\r
504             // \r
505             // drop_MotionEstimationMethod\r
506             // \r
507             this.drop_MotionEstimationMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
508             this.drop_MotionEstimationMethod.FormattingEnabled = true;\r
509             this.drop_MotionEstimationMethod.ItemHeight = 13;\r
510             this.drop_MotionEstimationMethod.Items.AddRange(new object[] {\r
511             "Default (Hexagon)",\r
512             "Diamond",\r
513             "Hexagon",\r
514             "Uneven Multi-Hexagon",\r
515             "Exhaustive",\r
516             "Transformed Exhaustive"});\r
517             this.drop_MotionEstimationMethod.Location = new System.Drawing.Point(423, 16);\r
518             this.drop_MotionEstimationMethod.Name = "drop_MotionEstimationMethod";\r
519             this.drop_MotionEstimationMethod.Size = new System.Drawing.Size(139, 21);\r
520             this.drop_MotionEstimationMethod.TabIndex = 68;\r
521             this.ToolTip.SetToolTip(this.drop_MotionEstimationMethod, resources.GetString("drop_MotionEstimationMethod.ToolTip"));\r
522             this.drop_MotionEstimationMethod.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
523             // \r
524             // check_pyrmidalBFrames\r
525             // \r
526             this.check_pyrmidalBFrames.AutoSize = true;\r
527             this.check_pyrmidalBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
528             this.check_pyrmidalBFrames.Location = new System.Drawing.Point(17, 194);\r
529             this.check_pyrmidalBFrames.Name = "check_pyrmidalBFrames";\r
530             this.check_pyrmidalBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
531             this.check_pyrmidalBFrames.Size = new System.Drawing.Size(124, 17);\r
532             this.check_pyrmidalBFrames.TabIndex = 59;\r
533             this.check_pyrmidalBFrames.Text = "Pyramidal B-Frames:";\r
534             this.ToolTip.SetToolTip(this.check_pyrmidalBFrames, resources.GetString("check_pyrmidalBFrames.ToolTip"));\r
535             this.check_pyrmidalBFrames.UseVisualStyleBackColor = true;\r
536             this.check_pyrmidalBFrames.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
537             // \r
538             // check_weightedBFrames\r
539             // \r
540             this.check_weightedBFrames.AutoSize = true;\r
541             this.check_weightedBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
542             this.check_weightedBFrames.Location = new System.Drawing.Point(17, 173);\r
543             this.check_weightedBFrames.Name = "check_weightedBFrames";\r
544             this.check_weightedBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
545             this.check_weightedBFrames.Size = new System.Drawing.Size(124, 17);\r
546             this.check_weightedBFrames.TabIndex = 58;\r
547             this.check_weightedBFrames.Text = "Weighted B-Frames:";\r
548             this.ToolTip.SetToolTip(this.check_weightedBFrames, resources.GetString("check_weightedBFrames.ToolTip"));\r
549             this.check_weightedBFrames.UseVisualStyleBackColor = true;\r
550             this.check_weightedBFrames.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
551             // \r
552             // lbl_direct_prediction\r
553             // \r
554             this.lbl_direct_prediction.AutoSize = true;\r
555             this.lbl_direct_prediction.Location = new System.Drawing.Point(34, 150);\r
556             this.lbl_direct_prediction.Name = "lbl_direct_prediction";\r
557             this.lbl_direct_prediction.Size = new System.Drawing.Size(89, 13);\r
558             this.lbl_direct_prediction.TabIndex = 53;\r
559             this.lbl_direct_prediction.Text = "Direct Prediction:";\r
560             // \r
561             // drop_directPrediction\r
562             // \r
563             this.drop_directPrediction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
564             this.drop_directPrediction.FormattingEnabled = true;\r
565             this.drop_directPrediction.Items.AddRange(new object[] {\r
566             "Default (Spatial)",\r
567             "None",\r
568             "Spatial",\r
569             "Temporal",\r
570             "Automatic"});\r
571             this.drop_directPrediction.Location = new System.Drawing.Point(129, 147);\r
572             this.drop_directPrediction.Name = "drop_directPrediction";\r
573             this.drop_directPrediction.Size = new System.Drawing.Size(121, 21);\r
574             this.drop_directPrediction.TabIndex = 57;\r
575             this.ToolTip.SetToolTip(this.drop_directPrediction, resources.GetString("drop_directPrediction.ToolTip"));\r
576             this.drop_directPrediction.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
577             // \r
578             // label62\r
579             // \r
580             this.label62.AutoSize = true;\r
581             this.label62.Location = new System.Drawing.Point(67, 98);\r
582             this.label62.Name = "label62";\r
583             this.label62.Size = new System.Drawing.Size(56, 13);\r
584             this.label62.TabIndex = 52;\r
585             this.label62.Text = "B-Frames:";\r
586             // \r
587             // drop_bFrames\r
588             // \r
589             this.drop_bFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
590             this.drop_bFrames.FormattingEnabled = true;\r
591             this.drop_bFrames.Items.AddRange(new object[] {\r
592             "Default (3)",\r
593             "0",\r
594             "1",\r
595             "2",\r
596             "3",\r
597             "4",\r
598             "5",\r
599             "6",\r
600             "7",\r
601             "8",\r
602             "9",\r
603             "10",\r
604             "11",\r
605             "12",\r
606             "13",\r
607             "14",\r
608             "15",\r
609             "16"});\r
610             this.drop_bFrames.Location = new System.Drawing.Point(129, 95);\r
611             this.drop_bFrames.Name = "drop_bFrames";\r
612             this.drop_bFrames.Size = new System.Drawing.Size(121, 21);\r
613             this.drop_bFrames.TabIndex = 56;\r
614             this.ToolTip.SetToolTip(this.drop_bFrames, "Sane values are 1-6. \r\nB-Frames are smaller than other frames, so they let you pa" +\r
615                     "ck in more quality at the same bitrate. \r\nUse more of them with animated materia" +\r
616                     "l.");\r
617             this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
618             // \r
619             // label64\r
620             // \r
621             this.label64.AutoSize = true;\r
622             this.label64.Location = new System.Drawing.Point(24, 45);\r
623             this.label64.Name = "label64";\r
624             this.label64.Size = new System.Drawing.Size(99, 13);\r
625             this.label64.TabIndex = 50;\r
626             this.label64.Text = "Reference Frames:";\r
627             // \r
628             // drop_refFrames\r
629             // \r
630             this.drop_refFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
631             this.drop_refFrames.FormattingEnabled = true;\r
632             this.drop_refFrames.Items.AddRange(new object[] {\r
633             "Default (3)",\r
634             "0",\r
635             "1",\r
636             "2",\r
637             "3",\r
638             "4",\r
639             "5",\r
640             "6",\r
641             "7",\r
642             "8",\r
643             "9",\r
644             "10",\r
645             "11",\r
646             "12",\r
647             "13",\r
648             "14",\r
649             "15",\r
650             "16"});\r
651             this.drop_refFrames.Location = new System.Drawing.Point(129, 42);\r
652             this.drop_refFrames.Name = "drop_refFrames";\r
653             this.drop_refFrames.Size = new System.Drawing.Size(121, 21);\r
654             this.drop_refFrames.TabIndex = 54;\r
655             this.ToolTip.SetToolTip(this.drop_refFrames, "Sane values are 1-6. \r\nThe more you add, the higher the quality, but the slower t" +\r
656                     "he encode. Be careful... too many and QuickTime struggles to play the video back" +\r
657                     ".");\r
658             this.drop_refFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
659             // \r
660             // check_mixedReferences\r
661             // \r
662             this.check_mixedReferences.AutoSize = true;\r
663             this.check_mixedReferences.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
664             this.check_mixedReferences.Location = new System.Drawing.Point(25, 68);\r
665             this.check_mixedReferences.Name = "check_mixedReferences";\r
666             this.check_mixedReferences.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
667             this.check_mixedReferences.Size = new System.Drawing.Size(116, 17);\r
668             this.check_mixedReferences.TabIndex = 55;\r
669             this.check_mixedReferences.Text = "Mixed References:";\r
670             this.check_mixedReferences.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
671             this.ToolTip.SetToolTip(this.check_mixedReferences, "With this on, different references can be used for different parts of each 16x16 " +\r
672                     "pixel macroblock, increasing quality.");\r
673             this.check_mixedReferences.UseVisualStyleBackColor = true;\r
674             this.check_mixedReferences.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
675             // \r
676             // ToolTip\r
677             // \r
678             this.ToolTip.Active = false;\r
679             this.ToolTip.AutomaticDelay = 1000;\r
680             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
681             // \r
682             // x264Panel\r
683             // \r
684             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
685             this.BackColor = System.Drawing.Color.Transparent;\r
686             this.Controls.Add(this.slider_psytrellis);\r
687             this.Controls.Add(this.lbl_psytrellis);\r
688             this.Controls.Add(this.lbl_psyrd);\r
689             this.Controls.Add(this.slider_psyrd);\r
690             this.Controls.Add(this.lbl_adaptBFrames);\r
691             this.Controls.Add(this.drop_adaptBFrames);\r
692             this.Controls.Add(this.label43);\r
693             this.Controls.Add(this.btn_reset);\r
694             this.Controls.Add(this.rtf_x264Query);\r
695             this.Controls.Add(this.check_Cabac);\r
696             this.Controls.Add(this.check_noDCTDecimate);\r
697             this.Controls.Add(this.check_noFastPSkip);\r
698             this.Controls.Add(this.lbl_trellis);\r
699             this.Controls.Add(this.drop_trellis);\r
700             this.Controls.Add(this.drop_deblockBeta);\r
701             this.Controls.Add(this.label41);\r
702             this.Controls.Add(this.drop_deblockAlpha);\r
703             this.Controls.Add(this.panel3);\r
704             this.Controls.Add(this.panel1);\r
705             this.Controls.Add(this.panel2);\r
706             this.Controls.Add(this.check_8x8DCT);\r
707             this.Controls.Add(this.label45);\r
708             this.Controls.Add(this.drop_analysis);\r
709             this.Controls.Add(this.label48);\r
710             this.Controls.Add(this.drop_subpixelMotionEstimation);\r
711             this.Controls.Add(this.lbl_merange);\r
712             this.Controls.Add(this.drop_MotionEstimationRange);\r
713             this.Controls.Add(this.label54);\r
714             this.Controls.Add(this.drop_MotionEstimationMethod);\r
715             this.Controls.Add(this.check_pyrmidalBFrames);\r
716             this.Controls.Add(this.check_weightedBFrames);\r
717             this.Controls.Add(this.lbl_direct_prediction);\r
718             this.Controls.Add(this.drop_directPrediction);\r
719             this.Controls.Add(this.label62);\r
720             this.Controls.Add(this.drop_bFrames);\r
721             this.Controls.Add(this.label64);\r
722             this.Controls.Add(this.drop_refFrames);\r
723             this.Controls.Add(this.check_mixedReferences);\r
724             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
725             this.Name = "x264Panel";\r
726             this.Size = new System.Drawing.Size(720, 306);\r
727             ((System.ComponentModel.ISupportInitialize)(this.slider_psytrellis)).EndInit();\r
728             ((System.ComponentModel.ISupportInitialize)(this.slider_psyrd)).EndInit();\r
729             this.ResumeLayout(false);\r
730             this.PerformLayout();\r
731 \r
732         }\r
733 \r
734         #endregion\r
735 \r
736         internal System.Windows.Forms.TrackBar slider_psytrellis;\r
737         internal System.Windows.Forms.Label lbl_psytrellis;\r
738         internal System.Windows.Forms.Label lbl_psyrd;\r
739         internal System.Windows.Forms.TrackBar slider_psyrd;\r
740         internal System.Windows.Forms.Label lbl_adaptBFrames;\r
741         internal System.Windows.Forms.ComboBox drop_adaptBFrames;\r
742         internal System.Windows.Forms.Label label43;\r
743         internal System.Windows.Forms.Button btn_reset;\r
744         internal System.Windows.Forms.RichTextBox rtf_x264Query;\r
745         internal System.Windows.Forms.CheckBox check_Cabac;\r
746         internal System.Windows.Forms.CheckBox check_noDCTDecimate;\r
747         internal System.Windows.Forms.CheckBox check_noFastPSkip;\r
748         internal System.Windows.Forms.Label lbl_trellis;\r
749         internal System.Windows.Forms.ComboBox drop_trellis;\r
750         internal System.Windows.Forms.ComboBox drop_deblockBeta;\r
751         internal System.Windows.Forms.Label label41;\r
752         internal System.Windows.Forms.ComboBox drop_deblockAlpha;\r
753         internal System.Windows.Forms.Panel panel3;\r
754         internal System.Windows.Forms.Panel panel1;\r
755         internal System.Windows.Forms.Panel panel2;\r
756         internal System.Windows.Forms.CheckBox check_8x8DCT;\r
757         internal System.Windows.Forms.Label label45;\r
758         internal System.Windows.Forms.ComboBox drop_analysis;\r
759         internal System.Windows.Forms.Label label48;\r
760         internal System.Windows.Forms.ComboBox drop_subpixelMotionEstimation;\r
761         internal System.Windows.Forms.Label lbl_merange;\r
762         internal System.Windows.Forms.ComboBox drop_MotionEstimationRange;\r
763         internal System.Windows.Forms.Label label54;\r
764         internal System.Windows.Forms.ComboBox drop_MotionEstimationMethod;\r
765         internal System.Windows.Forms.CheckBox check_pyrmidalBFrames;\r
766         internal System.Windows.Forms.CheckBox check_weightedBFrames;\r
767         internal System.Windows.Forms.Label lbl_direct_prediction;\r
768         internal System.Windows.Forms.ComboBox drop_directPrediction;\r
769         internal System.Windows.Forms.Label label62;\r
770         internal System.Windows.Forms.ComboBox drop_bFrames;\r
771         internal System.Windows.Forms.Label label64;\r
772         internal System.Windows.Forms.ComboBox drop_refFrames;\r
773         internal System.Windows.Forms.CheckBox check_mixedReferences;\r
774         private System.Windows.Forms.ToolTip ToolTip;\r
775     }\r
776 }\r