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             this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(423, 42);\r
406             this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";\r
407             this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 21);\r
408             this.drop_subpixelMotionEstimation.TabIndex = 70;\r
409             this.ToolTip.SetToolTip(this.drop_subpixelMotionEstimation, resources.GetString("drop_subpixelMotionEstimation.ToolTip"));\r
410             this.drop_subpixelMotionEstimation.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
411             // \r
412             // lbl_merange\r
413             // \r
414             this.lbl_merange.AutoSize = true;\r
415             this.lbl_merange.Location = new System.Drawing.Point(288, 71);\r
416             this.lbl_merange.Name = "lbl_merange";\r
417             this.lbl_merange.Size = new System.Drawing.Size(129, 13);\r
418             this.lbl_merange.TabIndex = 61;\r
419             this.lbl_merange.Text = "Motion Estimation Range:";\r
420             // \r
421             // drop_MotionEstimationRange\r
422             // \r
423             this.drop_MotionEstimationRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
424             this.drop_MotionEstimationRange.FormattingEnabled = true;\r
425             this.drop_MotionEstimationRange.Items.AddRange(new object[] {\r
426             "Default (16)",\r
427             "4",\r
428             "5",\r
429             "6",\r
430             "7",\r
431             "8",\r
432             "9",\r
433             "10",\r
434             "11",\r
435             "12",\r
436             "13",\r
437             "14",\r
438             "15",\r
439             "16",\r
440             "17",\r
441             "18",\r
442             "19",\r
443             "20",\r
444             "21",\r
445             "22",\r
446             "23",\r
447             "24",\r
448             "25",\r
449             "26",\r
450             "27",\r
451             "28",\r
452             "29",\r
453             "30",\r
454             "31",\r
455             "32",\r
456             "33",\r
457             "34",\r
458             "35",\r
459             "36",\r
460             "37",\r
461             "38",\r
462             "39",\r
463             "40",\r
464             "41",\r
465             "42",\r
466             "43",\r
467             "44",\r
468             "45",\r
469             "46",\r
470             "47",\r
471             "48",\r
472             "49",\r
473             "50",\r
474             "51",\r
475             "52",\r
476             "53",\r
477             "54",\r
478             "55",\r
479             "56",\r
480             "57",\r
481             "58",\r
482             "59",\r
483             "60",\r
484             "61",\r
485             "62",\r
486             "63",\r
487             "64"});\r
488             this.drop_MotionEstimationRange.Location = new System.Drawing.Point(423, 68);\r
489             this.drop_MotionEstimationRange.Name = "drop_MotionEstimationRange";\r
490             this.drop_MotionEstimationRange.Size = new System.Drawing.Size(139, 21);\r
491             this.drop_MotionEstimationRange.TabIndex = 69;\r
492             this.ToolTip.SetToolTip(this.drop_MotionEstimationRange, resources.GetString("drop_MotionEstimationRange.ToolTip"));\r
493             this.drop_MotionEstimationRange.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
494             // \r
495             // label54\r
496             // \r
497             this.label54.AutoSize = true;\r
498             this.label54.Location = new System.Drawing.Point(283, 19);\r
499             this.label54.Name = "label54";\r
500             this.label54.Size = new System.Drawing.Size(134, 13);\r
501             this.label54.TabIndex = 60;\r
502             this.label54.Text = "Motion Estimation Method:";\r
503             // \r
504             // drop_MotionEstimationMethod\r
505             // \r
506             this.drop_MotionEstimationMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
507             this.drop_MotionEstimationMethod.FormattingEnabled = true;\r
508             this.drop_MotionEstimationMethod.ItemHeight = 13;\r
509             this.drop_MotionEstimationMethod.Items.AddRange(new object[] {\r
510             "Default (Hexagon)",\r
511             "Diamond",\r
512             "Hexagon",\r
513             "Uneven Multi-Hexagon",\r
514             "Exhaustive",\r
515             "Transformed Exhaustive"});\r
516             this.drop_MotionEstimationMethod.Location = new System.Drawing.Point(423, 16);\r
517             this.drop_MotionEstimationMethod.Name = "drop_MotionEstimationMethod";\r
518             this.drop_MotionEstimationMethod.Size = new System.Drawing.Size(139, 21);\r
519             this.drop_MotionEstimationMethod.TabIndex = 68;\r
520             this.ToolTip.SetToolTip(this.drop_MotionEstimationMethod, resources.GetString("drop_MotionEstimationMethod.ToolTip"));\r
521             this.drop_MotionEstimationMethod.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
522             // \r
523             // check_pyrmidalBFrames\r
524             // \r
525             this.check_pyrmidalBFrames.AutoSize = true;\r
526             this.check_pyrmidalBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
527             this.check_pyrmidalBFrames.Location = new System.Drawing.Point(17, 194);\r
528             this.check_pyrmidalBFrames.Name = "check_pyrmidalBFrames";\r
529             this.check_pyrmidalBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
530             this.check_pyrmidalBFrames.Size = new System.Drawing.Size(124, 17);\r
531             this.check_pyrmidalBFrames.TabIndex = 59;\r
532             this.check_pyrmidalBFrames.Text = "Pyramidal B-Frames:";\r
533             this.ToolTip.SetToolTip(this.check_pyrmidalBFrames, resources.GetString("check_pyrmidalBFrames.ToolTip"));\r
534             this.check_pyrmidalBFrames.UseVisualStyleBackColor = true;\r
535             this.check_pyrmidalBFrames.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
536             // \r
537             // check_weightedBFrames\r
538             // \r
539             this.check_weightedBFrames.AutoSize = true;\r
540             this.check_weightedBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
541             this.check_weightedBFrames.Location = new System.Drawing.Point(17, 173);\r
542             this.check_weightedBFrames.Name = "check_weightedBFrames";\r
543             this.check_weightedBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
544             this.check_weightedBFrames.Size = new System.Drawing.Size(124, 17);\r
545             this.check_weightedBFrames.TabIndex = 58;\r
546             this.check_weightedBFrames.Text = "Weighted B-Frames:";\r
547             this.ToolTip.SetToolTip(this.check_weightedBFrames, resources.GetString("check_weightedBFrames.ToolTip"));\r
548             this.check_weightedBFrames.UseVisualStyleBackColor = true;\r
549             this.check_weightedBFrames.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
550             // \r
551             // lbl_direct_prediction\r
552             // \r
553             this.lbl_direct_prediction.AutoSize = true;\r
554             this.lbl_direct_prediction.Location = new System.Drawing.Point(34, 150);\r
555             this.lbl_direct_prediction.Name = "lbl_direct_prediction";\r
556             this.lbl_direct_prediction.Size = new System.Drawing.Size(89, 13);\r
557             this.lbl_direct_prediction.TabIndex = 53;\r
558             this.lbl_direct_prediction.Text = "Direct Prediction:";\r
559             // \r
560             // drop_directPrediction\r
561             // \r
562             this.drop_directPrediction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
563             this.drop_directPrediction.FormattingEnabled = true;\r
564             this.drop_directPrediction.Items.AddRange(new object[] {\r
565             "Default (Spatial)",\r
566             "None",\r
567             "Spatial",\r
568             "Temporal",\r
569             "Automatic"});\r
570             this.drop_directPrediction.Location = new System.Drawing.Point(129, 147);\r
571             this.drop_directPrediction.Name = "drop_directPrediction";\r
572             this.drop_directPrediction.Size = new System.Drawing.Size(121, 21);\r
573             this.drop_directPrediction.TabIndex = 57;\r
574             this.ToolTip.SetToolTip(this.drop_directPrediction, resources.GetString("drop_directPrediction.ToolTip"));\r
575             this.drop_directPrediction.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
576             // \r
577             // label62\r
578             // \r
579             this.label62.AutoSize = true;\r
580             this.label62.Location = new System.Drawing.Point(67, 98);\r
581             this.label62.Name = "label62";\r
582             this.label62.Size = new System.Drawing.Size(56, 13);\r
583             this.label62.TabIndex = 52;\r
584             this.label62.Text = "B-Frames:";\r
585             // \r
586             // drop_bFrames\r
587             // \r
588             this.drop_bFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
589             this.drop_bFrames.FormattingEnabled = true;\r
590             this.drop_bFrames.Items.AddRange(new object[] {\r
591             "Default (3)",\r
592             "0",\r
593             "1",\r
594             "2",\r
595             "3",\r
596             "4",\r
597             "5",\r
598             "6",\r
599             "7",\r
600             "8",\r
601             "9",\r
602             "10",\r
603             "11",\r
604             "12",\r
605             "13",\r
606             "14",\r
607             "15",\r
608             "16"});\r
609             this.drop_bFrames.Location = new System.Drawing.Point(129, 95);\r
610             this.drop_bFrames.Name = "drop_bFrames";\r
611             this.drop_bFrames.Size = new System.Drawing.Size(121, 21);\r
612             this.drop_bFrames.TabIndex = 56;\r
613             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
614                     "ck in more quality at the same bitrate. \r\nUse more of them with animated materia" +\r
615                     "l.");\r
616             this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
617             // \r
618             // label64\r
619             // \r
620             this.label64.AutoSize = true;\r
621             this.label64.Location = new System.Drawing.Point(24, 45);\r
622             this.label64.Name = "label64";\r
623             this.label64.Size = new System.Drawing.Size(99, 13);\r
624             this.label64.TabIndex = 50;\r
625             this.label64.Text = "Reference Frames:";\r
626             // \r
627             // drop_refFrames\r
628             // \r
629             this.drop_refFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
630             this.drop_refFrames.FormattingEnabled = true;\r
631             this.drop_refFrames.Items.AddRange(new object[] {\r
632             "Default (3)",\r
633             "0",\r
634             "1",\r
635             "2",\r
636             "3",\r
637             "4",\r
638             "5",\r
639             "6",\r
640             "7",\r
641             "8",\r
642             "9",\r
643             "10",\r
644             "11",\r
645             "12",\r
646             "13",\r
647             "14",\r
648             "15",\r
649             "16"});\r
650             this.drop_refFrames.Location = new System.Drawing.Point(129, 42);\r
651             this.drop_refFrames.Name = "drop_refFrames";\r
652             this.drop_refFrames.Size = new System.Drawing.Size(121, 21);\r
653             this.drop_refFrames.TabIndex = 54;\r
654             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
655                     "he encode. Be careful... too many and QuickTime struggles to play the video back" +\r
656                     ".");\r
657             this.drop_refFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
658             // \r
659             // check_mixedReferences\r
660             // \r
661             this.check_mixedReferences.AutoSize = true;\r
662             this.check_mixedReferences.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
663             this.check_mixedReferences.Location = new System.Drawing.Point(25, 68);\r
664             this.check_mixedReferences.Name = "check_mixedReferences";\r
665             this.check_mixedReferences.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
666             this.check_mixedReferences.Size = new System.Drawing.Size(116, 17);\r
667             this.check_mixedReferences.TabIndex = 55;\r
668             this.check_mixedReferences.Text = "Mixed References:";\r
669             this.check_mixedReferences.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
670             this.ToolTip.SetToolTip(this.check_mixedReferences, "With this on, different references can be used for different parts of each 16x16 " +\r
671                     "pixel macroblock, increasing quality.");\r
672             this.check_mixedReferences.UseVisualStyleBackColor = true;\r
673             this.check_mixedReferences.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
674             // \r
675             // ToolTip\r
676             // \r
677             this.ToolTip.Active = false;\r
678             this.ToolTip.AutomaticDelay = 1000;\r
679             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
680             // \r
681             // x264Panel\r
682             // \r
683             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
684             this.BackColor = System.Drawing.Color.Transparent;\r
685             this.Controls.Add(this.slider_psytrellis);\r
686             this.Controls.Add(this.lbl_psytrellis);\r
687             this.Controls.Add(this.lbl_psyrd);\r
688             this.Controls.Add(this.slider_psyrd);\r
689             this.Controls.Add(this.lbl_adaptBFrames);\r
690             this.Controls.Add(this.drop_adaptBFrames);\r
691             this.Controls.Add(this.label43);\r
692             this.Controls.Add(this.btn_reset);\r
693             this.Controls.Add(this.rtf_x264Query);\r
694             this.Controls.Add(this.check_Cabac);\r
695             this.Controls.Add(this.check_noDCTDecimate);\r
696             this.Controls.Add(this.check_noFastPSkip);\r
697             this.Controls.Add(this.lbl_trellis);\r
698             this.Controls.Add(this.drop_trellis);\r
699             this.Controls.Add(this.drop_deblockBeta);\r
700             this.Controls.Add(this.label41);\r
701             this.Controls.Add(this.drop_deblockAlpha);\r
702             this.Controls.Add(this.panel3);\r
703             this.Controls.Add(this.panel1);\r
704             this.Controls.Add(this.panel2);\r
705             this.Controls.Add(this.check_8x8DCT);\r
706             this.Controls.Add(this.label45);\r
707             this.Controls.Add(this.drop_analysis);\r
708             this.Controls.Add(this.label48);\r
709             this.Controls.Add(this.drop_subpixelMotionEstimation);\r
710             this.Controls.Add(this.lbl_merange);\r
711             this.Controls.Add(this.drop_MotionEstimationRange);\r
712             this.Controls.Add(this.label54);\r
713             this.Controls.Add(this.drop_MotionEstimationMethod);\r
714             this.Controls.Add(this.check_pyrmidalBFrames);\r
715             this.Controls.Add(this.check_weightedBFrames);\r
716             this.Controls.Add(this.lbl_direct_prediction);\r
717             this.Controls.Add(this.drop_directPrediction);\r
718             this.Controls.Add(this.label62);\r
719             this.Controls.Add(this.drop_bFrames);\r
720             this.Controls.Add(this.label64);\r
721             this.Controls.Add(this.drop_refFrames);\r
722             this.Controls.Add(this.check_mixedReferences);\r
723             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
724             this.Name = "x264Panel";\r
725             this.Size = new System.Drawing.Size(720, 306);\r
726             ((System.ComponentModel.ISupportInitialize)(this.slider_psytrellis)).EndInit();\r
727             ((System.ComponentModel.ISupportInitialize)(this.slider_psyrd)).EndInit();\r
728             this.ResumeLayout(false);\r
729             this.PerformLayout();\r
730 \r
731         }\r
732 \r
733         #endregion\r
734 \r
735         internal System.Windows.Forms.TrackBar slider_psytrellis;\r
736         internal System.Windows.Forms.Label lbl_psytrellis;\r
737         internal System.Windows.Forms.Label lbl_psyrd;\r
738         internal System.Windows.Forms.TrackBar slider_psyrd;\r
739         internal System.Windows.Forms.Label lbl_adaptBFrames;\r
740         internal System.Windows.Forms.ComboBox drop_adaptBFrames;\r
741         internal System.Windows.Forms.Label label43;\r
742         internal System.Windows.Forms.Button btn_reset;\r
743         internal System.Windows.Forms.RichTextBox rtf_x264Query;\r
744         internal System.Windows.Forms.CheckBox check_Cabac;\r
745         internal System.Windows.Forms.CheckBox check_noDCTDecimate;\r
746         internal System.Windows.Forms.CheckBox check_noFastPSkip;\r
747         internal System.Windows.Forms.Label lbl_trellis;\r
748         internal System.Windows.Forms.ComboBox drop_trellis;\r
749         internal System.Windows.Forms.ComboBox drop_deblockBeta;\r
750         internal System.Windows.Forms.Label label41;\r
751         internal System.Windows.Forms.ComboBox drop_deblockAlpha;\r
752         internal System.Windows.Forms.Panel panel3;\r
753         internal System.Windows.Forms.Panel panel1;\r
754         internal System.Windows.Forms.Panel panel2;\r
755         internal System.Windows.Forms.CheckBox check_8x8DCT;\r
756         internal System.Windows.Forms.Label label45;\r
757         internal System.Windows.Forms.ComboBox drop_analysis;\r
758         internal System.Windows.Forms.Label label48;\r
759         internal System.Windows.Forms.ComboBox drop_subpixelMotionEstimation;\r
760         internal System.Windows.Forms.Label lbl_merange;\r
761         internal System.Windows.Forms.ComboBox drop_MotionEstimationRange;\r
762         internal System.Windows.Forms.Label label54;\r
763         internal System.Windows.Forms.ComboBox drop_MotionEstimationMethod;\r
764         internal System.Windows.Forms.CheckBox check_pyrmidalBFrames;\r
765         internal System.Windows.Forms.CheckBox check_weightedBFrames;\r
766         internal System.Windows.Forms.Label lbl_direct_prediction;\r
767         internal System.Windows.Forms.ComboBox drop_directPrediction;\r
768         internal System.Windows.Forms.Label label62;\r
769         internal System.Windows.Forms.ComboBox drop_bFrames;\r
770         internal System.Windows.Forms.Label label64;\r
771         internal System.Windows.Forms.ComboBox drop_refFrames;\r
772         internal System.Windows.Forms.CheckBox check_mixedReferences;\r
773         private System.Windows.Forms.ToolTip ToolTip;\r
774     }\r
775 }\r