OSDN Git Service

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