OSDN Git Service

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